diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a7c0741..8d80997 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: pytest tests/ -v --cov=depnav --cov-report=term-missing - name: Run linting - run: ruff check depnav/ tests/ + run: ruff check src/ tests/ - name: Run type checking run: mypy src/