Add pre-commit

This commit is contained in:
Joel Collins 2020-11-12 14:30:54 +00:00
parent f4b123c237
commit 5119e2c544
4 changed files with 189 additions and 7 deletions

4
.pylintrc Normal file
View file

@ -0,0 +1,4 @@
[MESSAGES CONTROL]
disable=C0330,C0326,W1202,W0511,C,R
max-line-length = 88