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
|
||||
|
||||
- name: Run linter
|
||||
run: ruff check .
|
||||
run: ruff check regex_humanizer/ tests/
|
||||
|
||||
- name: Run type check
|
||||
run: mypy regex_humanizer/
|
||||
|
||||
Reference in New Issue
Block a user