663aacdf82
Integrated both pylint and pycodestyle.
3 lines
75 B
Bash
Executable file
3 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
pylint szurubooru
|
|
pycodestyle szurubooru --ignore=E128,E131,W503
|