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
|
||||
do
|
||||
if [[ "$sourceFile" == 'tests.py' || "$sourceFile" == 'blurhash.py' ]]; then
|
||||
if [[ "$sourceFile" == 'blurhash.py' ]]; then
|
||||
continue
|
||||
fi
|
||||
result=$($cmd "$sourceFile")
|
||||
|
|
Loading…
Reference in New Issue