Mercurial > moin > 2.0
diff setup.cfg @ 2141:e58f8d21b373
fix/avoid some pep8 issues
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 15 Sep 2013 14:02:19 +0200 |
parents | 091125cedd6c |
children | da84a2c42a92 |
line wrap: on
line diff
--- a/setup.cfg Tue Aug 20 22:07:23 2013 +0200 +++ b/setup.cfg Sun Sep 15 14:02:19 2013 +0200 @@ -50,6 +50,7 @@ *.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!) *.py E501 # maximum line length (see also pep8maxlinelength) MoinMoin/config/default.py E501 # maximum line length (long lines expected there) + MoinMoin/config/default.py E122 # continuation line missing indentation or outdented MoinMoin/constants/chartypes.py E501 # auto-generated, long lines wikiconfig_*.py ALL # local stuff, not in the repo MoinMoin/script/migration/moin19/_logfile19.py ALL # legacy code "as is"