add posargs to pep8

we want to be able to specify --output-file

Change-Id: Ib4e992d47587385a50c35ca915bc5adcb2ca49fa
(cherry picked from commit 7ff6cf1eaa)
This commit is contained in:
Mike Bayer
2020-05-29 16:47:29 -04:00
parent a1471ace95
commit b7bbbf0ff1
+1 -1
View File
@@ -92,7 +92,7 @@ deps=
pydocstyle<4.0.0
# used by flake8-rst-docstrings
pygments
commands = flake8 ./lib/ ./test/ ./examples/ setup.py
commands = flake8 ./lib/ ./test/ ./examples/ setup.py {posargs}
# command run in the github action when cext are active.
[testenv:github-cext]