pyh0n/.pylintrc

10 lines
104 B
INI
Raw Permalink Normal View History

2023-07-12 23:06:32 +05:30
[MESSAGES CONTROL]
2023-07-16 09:23:23 +05:30
disable=missing-docstring
2023-07-12 23:06:32 +05:30
[FORMAT]
2023-07-16 09:23:23 +05:30
max-args=6
max-attributes=8
2023-07-12 23:06:32 +05:30
max-line-length=88