1
0
Fork 0
mirror of https://github.com/ejwa/gitinspector.git synced 2025-03-23 16:58:00 +01:00
gitinspector/.pylintrc

14 lines
177 B
INI

[REPORTS]
include-ids=yes
comment=yes
[MESSAGES CONTROL]
disable=C0111,R0801,W0232,W0603,W0702
[DESIGN]
min-public-methods=0
[FORMAT]
max-line-length=130
indent-string='\t'