fix: resolve CI/CD issues - add dev dependencies and target linting to project files
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
run: pytest tests/ -v --cov=gitignore_generator --cov-report=term-missing
|
||||
|
||||
- name: Run linting
|
||||
run: ruff check .
|
||||
run: ruff check gitignore_generator/ tests/
|
||||
|
||||
- name: Run type checking
|
||||
run: mypy gitignore_generator/
|
||||
|
||||
Reference in New Issue
Block a user