diff options
author | Sam Ockman | 2012-06-10 05:33:44 -0400 |
---|---|---|
committer | Sam Ockman | 2012-06-10 05:33:44 -0400 |
commit | 893164a15a18030715167c45f0d114d13e37aadb (patch) | |
tree | 60d99da613b6f112215d5f2f5b00f1d1c598b5ef /wqflask/other_config | |
parent | eb2e4311de82d8b97450d5114f8b75e112d32ba3 (diff) | |
download | genenetwork2-893164a15a18030715167c45f0d114d13e37aadb.tar.gz |
Modified pylintrc
Diffstat (limited to 'wqflask/other_config')
-rw-r--r-- | wqflask/other_config/dot.pylintrc (renamed from wqflask/other_config/pylintrc) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/other_config/pylintrc b/wqflask/other_config/dot.pylintrc index c42acc35..2774300a 100644 --- a/wqflask/other_config/pylintrc +++ b/wqflask/other_config/dot.pylintrc @@ -40,7 +40,7 @@ load-plugins= # Set the output format. Available formats are text, parseable, colorized, msvs # (visual studio) and html -output-format=text +output-format=colorized # Include message's id in output include-ids=no @@ -167,7 +167,7 @@ additional-builtins= [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=1000 |