mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
234055190b
This is the correct place for a newer version of pylint.
18 lines
221 B
INI
18 lines
221 B
INI
[BASIC]
|
|
good-names=pytestmark
|
|
|
|
[DESIGN]
|
|
max-args=14
|
|
max-locals=28
|
|
max-attributes=8
|
|
max-statements=65
|
|
|
|
[SIMILARITIES]
|
|
min-similarity-lines=6
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=redefined-outer-name
|
|
|
|
[TYPECHECK]
|
|
ignored-modules=py
|