We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4075a9 commit 6f3371cCopy full SHA for 6f3371c
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
pip install -e ".[dev]"
32
33
- name: Lint with ruff
34
- run: pip install ruff && ruff check src/ --target-version py310
+ run: pip install ruff && ruff check src/ tests/ --target-version py310
35
36
- name: Run tests
37
run: |
0 commit comments