-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Add Python linter setup #129
Comments
I usually use format on save and use Adding a project-wide linter is definitely a good idea. Do you have some suggestions/strong feelings for the others? |
You mean isort and flake8? Most of the projects that I'm aware add at least those 🤔
Are you sure? 🤔 Because I do that as well, and it was automatically formatting some files there. |
Probably my editor was misconfigured then. But a project-wide linter is a good approach. What are the pro(s)/con(s) of using more than one linter? |
What do you think about adding some tooling here? e.g. black, isort and flake8
The text was updated successfully, but these errors were encountered: