diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -40,3 +40,10 @@ basepython = pypy2.4 [testenv:pypy3_24] basepython = pypy3-2.4 + + +# Yes, pep8 will read its settings from tox.ini! +[pep8] +# E265: block comment should start with '# ' +# The rest are the default ignored warnings. +ignore = E265,E123,E133,E226,E241,E242 |