pyhOn/.pylintrc

10 lines
104 B
INI
Raw Permalink Normal View History

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