add initial pylint config, just one checker
will clean these up one by one so we can use fail-under=10 for buildbot pylint
This commit is contained in:
parent
ef93a563e7
commit
ac65ec891b
4 changed files with 30 additions and 13 deletions
5
.pylintrc
Normal file
5
.pylintrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: conf; -*-
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=all
|
||||
enable=dangerous-default-value
|
Loading…
Add table
Add a link
Reference in a new issue