mirror of https://gitlab.com/bashrc2/epicyon
flake8 format for unit tests
parent
1bd07ed1ca
commit
a8a0465c01
|
@ -10,7 +10,7 @@ echo "Starting static analysis"
|
||||||
|
|
||||||
for sourceFile in *.py
|
for sourceFile in *.py
|
||||||
do
|
do
|
||||||
if [[ "$sourceFile" == 'tests.py' || "$sourceFile" == 'blurhash.py' ]]; then
|
if [[ "$sourceFile" == 'blurhash.py' ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
result=$($cmd "$sourceFile")
|
result=$($cmd "$sourceFile")
|
||||||
|
|
Loading…
Reference in New Issue