How can I run all the linter tools locally?#
How can I run all the linter tools locally?
Before pushing my changes I want to be sure that all the used linting tools don’t report any issues. How can I run them locally?
Run pre-commit
From the root of the repository with the changes you can run
$ pre-commit run -a
If you haven’t installed pre-commit
yet, please see Pre-commit tool