1
0
Fork 0
mirror of https://github.com/ejwa/gitinspector.git synced 2025-03-18 14:28:00 +01:00
gitinspector/.pylintrc

15 lines
171 B
INI
Raw Normal View History

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