diff --git a/app/.gitea/workflows/ci.yml b/app/.gitea/workflows/ci.yml index fb6ab9d..a7c3add 100644 --- a/app/.gitea/workflows/ci.yml +++ b/app/.gitea/workflows/ci.yml @@ -26,10 +26,5 @@ jobs: - name: Run tests run: pytest tests/ -v --tb=short - - name: Run type checks - run: | - pip install mypy - mypy env_pro/ --ignore-missing-imports || true - - name: Check code formatting run: ruff check env_pro/