szurubooru/server/lint
rr- 663aacdf82 server/tools: add lint script
Integrated both pylint and pycodestyle.
2016-08-14 16:46:50 +02:00

3 lines
75 B
Bash
Executable file

#!/bin/sh
pylint szurubooru
pycodestyle szurubooru --ignore=E128,E131,W503