4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
pylint szurubooru
|
||
|
pycodestyle szurubooru --ignore=E128,E131,W503
|