diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-16 07:30:45 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-16 07:30:45 -0400 |
| commit | a4e8460cfa86fe7e9c82b01ade8b352bb93b695d (patch) | |
| tree | 26b8d1f96406f51df8e1fc697557234430ed233a /tox.ini | |
| parent | edc6c202061f70438d2044f186df86e0886ca418 (diff) | |
| download | python-coveragepy-git-a4e8460cfa86fe7e9c82b01ade8b352bb93b695d.tar.gz | |
PEP8 fixes, but too many to really fix
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,3 +52,4 @@ basepython = pypy3-2.4 # E265: block comment should start with '# ' # The rest are the default ignored warnings. ignore = E265,E123,E133,E226,E241,E242 +max-line-length = 100 |
