diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-05-28 07:14:12 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-05-28 07:14:12 -0400 |
commit | ce675fdb6da663139bba8c801986ea5801caa893 (patch) | |
tree | 90fff5d50b98cd47ff325f0cec29be7efae5fd11 /pylintrc | |
parent | dd7d9a4450dc80668dabe33262ffee18648b4b88 (diff) | |
download | python-coveragepy-git-ce675fdb6da663139bba8c801986ea5801caa893.tar.gz |
80 -> 100 for more breathing room.
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ int-import-graph= [FORMAT] # Maximum number of characters on a single line. -max-line-length=80 +max-line-length=100 # Maximum number of lines in a module max-module-lines=10000 |