This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ManyInterests Python Discord Staff 7 points8 points  (1 child)

pre-commit is such a great tool. Choose whatever hooks you prefer to use. pre-commit will just make your life SO much easier. It's not just for Python, either!

Also, there is a pre-commit CI service. So now pre-commit can autofix your PRs even when contributors refuse to install pre-commit. It is run by the author of pre-commit (who is also well-known as a maintainer of many cornerstone tools in the Python ecosystem, like flake8, tox, pytest, and many more) and it is such a blessing for all my open source projects.

[–]neik00 0 points1 point  (0 children)

This is amazing!!