From b7bbbf0ff1f6568543e25d3bd4ae40ceff20f040 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 29 May 2020 16:47:29 -0400 Subject: [PATCH] add posargs to pep8 we want to be able to specify --output-file Change-Id: Ib4e992d47587385a50c35ca915bc5adcb2ca49fa (cherry picked from commit 7ff6cf1eaa84f1387d60d4eb7ba752480a6bf567) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.39.5