Added pre-commit run to the lint target

This commit is contained in:
Salvador E. Tropea 2022-02-16 20:07:54 -03:00
parent 3bc8a2f44a
commit b5ff069a63
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ lint: doc
flake8 . --count --statistics
rm kiplot.py
rm kibot.py
pre-commit run -a
test_tmp: lint
$(PY_COV) erase