Pasando a utilizar flake8, es mas rapido y confiable
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
[ -d venv/ ] || python -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install -r requirements.txt -r requirements-dev.txt
|
||||
./lint.sh
|
||||
LINT_RESULT=$?
|
||||
exit $LINT_RESULT
|
||||
flake8 .
|
||||
exit $?
|
||||
|
||||
Reference in New Issue
Block a user