1
0
Fork 0
mirror of synced 2024-06-15 12:21:09 -04:00
yadm/pylintrc
Tim Byrne fb1181c8a9
Add tests for directory alternates
While this feature was added back in version 1.05, tests were never
added for it. These tests have identified bugs in the directory
alternates.
2019-04-05 08:58:22 -05:00

15 lines
182 B
INI

[BASIC]
good-names=pytestmark
[DESIGN]
max-args=14
max-locals=27
max-attributes=8
max-statements=65
[MESSAGES CONTROL]
disable=redefined-outer-name
[TYPECHECK]
ignored-modules=py