3
0
Fork 0

add initial pylint config, just one checker

will clean these up one by one so we can use fail-under=10 for
buildbot pylint
This commit is contained in:
Lance Edgar 2025-08-30 15:46:42 -05:00
parent ef93a563e7
commit ac65ec891b
4 changed files with 30 additions and 13 deletions

5
.pylintrc Normal file
View file

@ -0,0 +1,5 @@
# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=all
enable=dangerous-default-value