-
Notifications
You must be signed in to change notification settings - Fork 371
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
Move to Ruff #3011
Move to Ruff #3011
Conversation
Cool! I guess pre-commit should also be updated? |
Working on fixing many warnings |
|
||
[tool.ruff] | ||
line-length = 88 | ||
target-version = "py37" |
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.
Consider setting [project].requires-python
instead.
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.
Is it honored by ruff? I'd rather keep it in the ruff
section since this top level pyproject.toml
does not correspond to any project, but rather is used to configure dev tools (bit confusing...),
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.
OK, yes it is
Tired of modifying X files to configure Y tools.