Files
PyAPNs2/.pylintrc
T

14 lines
177 B
INI

[DESIGN]
max-args = 10
max-attributes = 10
[FORMAT]
max-line-length=120
[MESSAGES CONTROL]
disable =
# Missing docstring
C0111,
# Too few public methods
R0903