diff options
author | Mark Adams <mark@markadams.me> | 2015-03-15 18:59:13 -0500 |
---|---|---|
committer | Mark Adams <mark@markadams.me> | 2015-03-15 19:12:49 -0500 |
commit | 2276ee3c86e9896667d6a23d675d06a6ec0e3b7c (patch) | |
tree | 6b3d5372c01064e6351482017c8d26b8a1a2cf34 /tox.ini | |
parent | 2d0e8272dbd1372289bff1b8e8eba446bed4befa (diff) | |
download | pyjwt-2276ee3c86e9896667d6a23d675d06a6ec0e3b7c.tar.gz |
Moved flake8 max-line-length option from tox.ini to setup.cfg so that it works when running flake8 from normal CLI as well.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,4 +37,4 @@ deps = pep8-naming unittest2 commands = - flake8 . --max-line-length=120 + flake8 |