fix: resolve CI linting failures by targeting only Python files
Some checks failed
CI / test (push) Failing after 4m52s

This commit is contained in:
2026-02-05 11:31:22 +00:00
parent 2958490f28
commit 31c129bf2a

View File

@@ -31,4 +31,4 @@ jobs:
run: pytest -xvs --tb=short run: pytest -xvs --tb=short
- name: Run linting - name: Run linting
run: ruff check . run: ruff check project_scaffold_cli tests setup.py