Skip to content

Commit 6f3371c

Browse files
ci: extend ruff lint to tests/ directory
Applies the change from PR #14 directly since it conflicts with main.
1 parent f4075a9 commit 6f3371c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install -e ".[dev]"
3232
3333
- name: Lint with ruff
34-
run: pip install ruff && ruff check src/ --target-version py310
34+
run: pip install ruff && ruff check src/ tests/ --target-version py310
3535

3636
- name: Run tests
3737
run: |

0 commit comments

Comments
 (0)