clay/.pylintrc

18 lines
318 B
INI
Raw Normal View History

2018-02-14 22:19:18 +02:00
[pylint]
max-line-length = 100
max-args = 8
2018-01-06 01:58:53 +02:00
2018-02-14 22:19:18 +02:00
[messages control]
disable =
2018-03-09 22:00:29 +01:00
duplicate-code,
2018-02-14 22:19:18 +02:00
too-few-public-methods,
too-many-public-methods,
too-many-instance-attributes,
no-self-use,
too-many-ancestors
2018-01-06 01:58:53 +02:00
2018-02-14 22:19:18 +02:00
[miscellaneous]
2018-01-06 01:58:53 +02:00
# List of note tags to take in consideration, separated by a comma.
2018-02-14 22:19:18 +02:00
notes=