We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7440ad + f37a10d commit ec91cbbCopy full SHA for ec91cbb
tox.ini
@@ -29,7 +29,7 @@ commands =
29
30
[testenv:pep8]
31
deps =
32
- hacking>=4.1.0,<5.0.0 # Apache-2.0
+ hacking~=6.0.0 # Apache-2.0
33
flake8-import-order==0.17.1 # LGPLv3
34
bashate>=0.5.1 # Apache-2.0
35
pycodestyle>=2.0.0,<3.0.0 # MIT
@@ -40,7 +40,7 @@ commands =
40
bash tools/flake8wrap.sh {posargs}
41
# Run bashate during pep8 runs to ensure violations are caught by
42
# the check and gate queues.
43
- {toxinidir}/tools/run_bashate.sh {toxinidir}/devstack
+ bash {toxinidir}/tools/run_bashate.sh {toxinidir}/devstack
44
doc8 README.rst CONTRIBUTING.rst doc/source --ignore D001
45
46
[testenv:docs]
0 commit comments