fix: resolve CI linting - limit ruff check to project files only
Some checks failed
CI / test (push) Failing after 11s
CI / build (push) Has been skipped

This commit is contained in:
2026-02-02 07:13:36 +00:00
parent 9341f9dea7
commit 66d22a746d

View File

@@ -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/