Merge "[pre-commit] enforce pre-commit checks in ci"

This commit is contained in:
Zuul 2024-12-02 18:37:40 +00:00 committed by Gerrit Code Review
commit 9d37d705e4

10
tox.ini
View File

@ -38,10 +38,14 @@ passenv =
PYTHONOPTIMIZE
[testenv:pep8]
description =
Run style checks.
skip_install = true
deps =
pre-commit
commands =
doc8 doc/source/ CONTRIBUTING.rst HACKING.rst README.rst
flake8
#bandit -r watcher -x watcher/tests/* -n5 -ll -s B320
pre-commit run --all-files --show-diff-on-failure
[testenv:venv]
setenv = PYTHONHASHSEED=0