Replies: 1 comment
-
I would be ok with it, but I've never used Ruff, so I can't help on this one. If you want to go forward with it make sure to also update the doc. Using only one tool would indeed be nice, even nicer would be an auto running of the tool as some pre-commit hook ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our formatting/linting workflow currently uses 3 different tools, black, flake8 and isort, which could be replaced by Ruff.
I didn't want to introduce new tools when I reworked the workflow before the v2 release, but would like to suggest this now, also because's there's a pyproject.toml file now which can be used to store tool config.
Beta Was this translation helpful? Give feedback.
All reactions