pyhOn/.pylintrc

10 lines
104 B
INI
Raw Permalink Normal View History

2023-07-12 17:36:32 +00:00
[MESSAGES CONTROL]
2023-07-16 03:53:23 +00:00
disable=missing-docstring
2023-07-12 17:36:32 +00:00
[FORMAT]
2024-02-11 04:10:54 +00:00
max-args=7
2023-07-16 03:53:23 +00:00
max-attributes=8
2023-07-12 17:36:32 +00:00
max-line-length=88