From 299652e13cbbea9c74f3df65c7633b1be3d9f245 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 29 May 2020 16:50:31 -0400 Subject: add posargs to pep8 we want to be able to specify --output-file Change-Id: Ifcf158bc928ea2513a247f38622f303bee749889 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d2f044f..d3ef981 100644 --- a/tox.ini +++ b/tox.ini @@ -31,4 +31,4 @@ deps= pydocstyle<4.0.0 # used by flake8-rst-docstrings pygments -commands = flake8 ./mako/ ./test/ setup.py --exclude test/templates,test/foo +commands = flake8 ./mako/ ./test/ setup.py --exclude test/templates,test/foo {posargs} -- cgit v1.2.3