Merge "Skip installation to speed up pep8"

This commit is contained in:
Zuul 2025-02-15 15:52:50 +00:00 committed by Gerrit Code Review
commit d85ecfadf9

View File

@ -17,6 +17,7 @@ deps =
commands = stestr run --slowest {posargs}
[testenv:pep8]
skip_install = true
deps =
pre-commit>=2.6.0 # MIT
commands = pre-commit run -a