diff --git a/tests/run_code_checks.sh b/tests/run_code_checks.sh index 64c59c2..cd5328e 100755 --- a/tests/run_code_checks.sh +++ b/tests/run_code_checks.sh @@ -4,4 +4,4 @@ set -e find opennsfw2 -iname "*.py" | grep -v -e "__init__.py" | xargs -L 1 pylint --errors-only find opennsfw2 -iname "*.py" | grep -v -e "__init__.py" | xargs -L 1 pylint --exit-zero find opennsfw2 -iname "*.py" | grep -v -e "__init__.py" | xargs -L 1 mypy --strict --implicit-reexport --disable-error-code attr-defined --disable-error-code unused-ignore -find tests -iname "*.py" | xargs -L 1 python3 -m unittest \ No newline at end of file +find tests -iname "*.py" | grep -v -e "__init__.py" | xargs -L 1 python3 -m unittest \ No newline at end of file