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
|
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/
|
||||||
|
|||||||
Reference in New Issue
Block a user