-
Notifications
You must be signed in to change notification settings - Fork 135
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
Enable flake8-2020 linting rules #1324
Conversation
…ts with ruff format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the new rules fully redundant with the ruff defaults, or did we just happen to follow all of them through luck / good style? The latter seems doubtful to me. Maybe they're redundant with black, if not ruff, and got taken care of with the old black formatting configs? IDK
I think it's a mix of all three of those, actually. |
@bmos can you take a quick look at this and either resolve the merge conflict or tell me how I should resolve it? |
Updated title since all but one commit were included in #1323 |
Enable flake8-2020 linting rules