bidict/.pylintrc

6 lines
149 B
INI
Raw Normal View History

[MESSAGES CONTROL]
disable=too-many-ancestors,too-many-locals,too-few-public-methods
# Maximum number of arguments for function / method
max-args=9