Skip to content

Commit 188f140

Browse files
committed
ci: also run code chechers on conftest.py and pkgfixtures.py
Signed-off-by: Yann Dirson <[email protected]>
1 parent d0fdcc8 commit 188f140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-checkers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Create a dummy data.py
2020
run: cp data.py-dist data.py
2121
- name: Install additional typing data and check with mypy
22-
run: mypy --install-types --non-interactive lib/ tests/
22+
run: mypy --install-types --non-interactive lib/ conftest.py pkgfixtures.py tests/
2323

2424
pyright:
2525
runs-on: ubuntu-latest
@@ -37,4 +37,4 @@ jobs:
3737
- name: Create a dummy data.py
3838
run: cp data.py-dist data.py
3939
- name: Check with pyright
40-
run: pyright lib/ # tests/
40+
run: pyright lib/ conftest.py pkgfixtures.py # tests/

0 commit comments

Comments
 (0)