8 lines
234 B
Markdown
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`
|
|
|