diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index e709693..2643543 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -20,5 +20,4 @@ jobs: mkdir --parents --verbose .mypy_cache - run: mypy --ignore-missing-imports --install-types --non-interactive . - run: pytest . - - run: shopt -s globstar && pyupgrade --py38-plus **/*.py - run: safety check