fix: resolve CI linting - limit ruff check to project files only
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: pytest tests/ -v
|
run: pytest tests/ -v
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: ruff check .
|
run: ruff check regex_humanizer/ tests/
|
||||||
|
|
||||||
- name: Run type check
|
- name: Run type check
|
||||||
run: mypy regex_humanizer/
|
run: mypy regex_humanizer/
|
||||||
|
|||||||
Reference in New Issue
Block a user