Fix prompt recursive search, ignore some pyrc things

This commit is contained in:
2014-11-13 20:40:06 -08:00
parent 0dfca02bcf
commit e977349bd9
4 changed files with 84 additions and 109 deletions

View File

@@ -44,7 +44,7 @@ symbols=no
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=C0111,C0103,R0903,R0904
disable=C0111,C0103,R0902,R0903,R0904,W0142,W0613,W0123
[REPORTS]