-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
CI/STYLE: Add auto-fix to ruff #51894
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
Conversation
It seems that |
I don't undertstand what you mean, sorry, could you clarify please? You'll also need to add |
I have noticed that some of the rules that And |
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.
thanks @luke396
pyproject.toml
Outdated
@@ -197,6 +197,8 @@ exclude = ''' | |||
line-length = 88 | |||
update-check = false | |||
target-version = "py38" | |||
fix-only = true |
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.
fix-only = true | |
fix = true |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.