Python contract wrappers (#1721)
This commit is contained in:
committed by
F. Eugene Aumson
parent
e043735362
commit
a256494ec8
4
python-packages/contract_wrappers/.pylintrc
Normal file
4
python-packages/contract_wrappers/.pylintrc
Normal file
@@ -0,0 +1,4 @@
|
||||
[MESSAGES CONTROL]
|
||||
disable=C0330,line-too-long,fixme,too-few-public-methods,too-many-ancestors,too-many-arguments
|
||||
# C0330 is "bad hanging indent". we use indents per `black`.
|
||||
min-similarity-lines=10
|
||||
Reference in New Issue
Block a user