fix: resolve CI/CD issues - add dev dependencies and target linting to project files
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 15:47:47 +00:00
parent 06ba4298ba
commit 2422615e5e

View File

@@ -26,7 +26,7 @@ jobs:
run: pytest tests/ -v --cov=gitignore_generator --cov-report=term-missing run: pytest tests/ -v --cov=gitignore_generator --cov-report=term-missing
- name: Run linting - name: Run linting
run: ruff check . run: ruff check gitignore_generator/ tests/
- name: Run type checking - name: Run type checking
run: mypy gitignore_generator/ run: mypy gitignore_generator/