Replies: 1 comment
-
|
I usually like to go with the strictest option for the tools to not slack.
Pylint can get pretty slow and annoying at times but is still worth it for me. (30s to a minute to check my code) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We currently use the following linters and formatters:
To reduce the number of config files, we can put there configuration into pyproject.toml.
There is also the ruff tool that combines much of the functionality of the above tools. It might be simpler to roll with one integrated tool. The performance advantage should not matter for our typical use cases.
Beta Was this translation helpful? Give feedback.
All reactions