fix: resolve ruff CI linting path issue
Some checks failed
CI / test (push) Failing after 6s
CI / build (push) Has been skipped

This commit is contained in:
2026-01-30 17:41:50 +00:00
parent 6df028f71b
commit 2eb9f31171

View File

@@ -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/