Add basic Pylint to catch syntax errors on PRs

This commit is contained in:
Robert Smieja
2022-10-15 04:19:16 -04:00
committed by AUTOMATIC1111
parent eef3bc6490
commit d3ffc962dd
2 changed files with 39 additions and 0 deletions

3
.pylintrc Normal file
View File

@@ -0,0 +1,3 @@
# See https://pylint.pycqa.org/en/latest/user_guide/messages/message_control.html
[MESSAGES CONTROL]
disable=C,R,W,E,I