Drop pylint reference

This commit is contained in:
2Shirt 2023-03-19 20:21:12 -07:00
parent 10400ec2c3
commit 2717ad1a88
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -1,8 +1,2 @@
# WizardKit: Scripts #
## pylint ##
These scripts use two spaces per indent instead of the default four. As such you will need to update your pylintrc file or run like this:
`pylint --indent-after-paren=2 --indent-string=' ' wk`