diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 16:24:10 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 16:24:10 -0400 |
| commit | 28d93fedc34059dfc09db9912841ae7b13f508a9 (patch) | |
| tree | 549df5dccf849ad3d161e9d9af04bf941d7bfa10 /.pylintrc | |
| parent | 4d45dc8c234eee1b4bd6da9eac409d588eba9455 (diff) | |
| download | python-coveragepy-git-28d93fedc34059dfc09db9912841ae7b13f508a9.tar.gz | |
Line length < 80.
Diffstat (limited to '.pylintrc')
| -rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ int-import-graph= [FORMAT] # Maximum number of characters on a single line. -max-line-length=80 +max-line-length=79 # Maximum number of lines in a module max-module-lines=1000 |
