Home
Blog
Contact
flake8
Automating Convention: Linting and Formatting Python Code
In this tutorial, We'll walk through how to use pre-commit to manage git hooks for code formatting and linting. We use flake8, black, isort, and bandit to automatically lint and format our Python code on every git commit.
Cite
×