Skip to content

Commit 1e20bf2

Browse files
committed
Add conftest.py to ruff check
Signed-off-by: Emmanuel Varagnat <[email protected]>
1 parent 45c3b35 commit 1e20bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-checkers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: ./.github/actions/uv-setup/
3939
- name: Create a dummy data.py
4040
run: cp data.py-dist data.py
41-
- run: ruff check lib/ tests/
41+
- run: ruff check conftest.py lib/ tests/
4242

4343
flake8:
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)