mirror of
https://github.com/vale981/clay
synced 2025-03-04 17:11:41 -05:00
16 lines
298 B
INI
16 lines
298 B
INI
[pylint]
|
|
max-line-length = 100
|
|
max-args = 8
|
|
|
|
[messages control]
|
|
disable =
|
|
too-few-public-methods,
|
|
too-many-public-methods,
|
|
too-many-instance-attributes,
|
|
no-self-use,
|
|
too-many-ancestors
|
|
|
|
|
|
[miscellaneous]
|
|
# List of note tags to take in consideration, separated by a comma.
|
|
notes=
|