Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: switch to ruff for linting #90

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Conversation

hlieberman
Copy link
Contributor

This will greatly increase the speed of the linting; it's setup to be 1:1 compatible with flake8 at the moment. We have the option to also require formatting checks here, but for the moment, it sticks only to linting.

This is 100% premature optimization -- I think the flake8 tests take like 2s right now -- but since I'm making a [dev] extras anyway for my work in #89... might as well.

This will greatly increase the speed of the linting; it's setup to be
1:1 compatible with flake8 at the moment.  We have the option to also
require formatting checks here, but for the moment, it sticks only to
linting.
@redstreet
Copy link
Owner

Oh good, been wanting to change all my projects to ruff. Thanks!

@redstreet redstreet merged commit 5c4658b into redstreet:main Dec 22, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants