Skip to content

Commit

Permalink
Tone down .pylintrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyda committed Jun 16, 2012
1 parent 66955b6 commit a833a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ max-branchs=12
max-statements=50
max-parents=7
max-attributes=7
min-public-methods=2
min-public-methods=1
max-public-methods=20

[IMPORTS]
deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
deprecated-modules=regsub,TERMIOS,Bastion,rexec
import-graph=
ext-import-graph=
int-import-graph=
Expand Down

0 comments on commit a833a54

Please sign in to comment.