WizardKit/scripts/README.md
2021-10-14 17:42:12 -06:00

8 lines
234 B
Markdown

# 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`