234055190b
This is the correct place for a newer version of pylint.
17 lines
221 B
INI
17 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
|