From: Mike Bayer Date: Fri, 29 May 2020 20:47:29 +0000 (-0400) Subject: add posargs to pep8 X-Git-Tag: rel_1_3_18~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7bbbf0ff1f6568543e25d3bd4ae40ceff20f040;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add posargs to pep8 we want to be able to specify --output-file Change-Id: Ib4e992d47587385a50c35ca915bc5adcb2ca49fa (cherry picked from commit 7ff6cf1eaa84f1387d60d4eb7ba752480a6bf567) --- diff --git a/tox.ini b/tox.ini index 39b35a8cde..291b5452da 100644 --- a/tox.ini +++ b/tox.ini @@ -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]