We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fdcc8 commit 188f140Copy full SHA for 188f140
.github/workflows/code-checkers.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Create a dummy data.py
20
run: cp data.py-dist data.py
21
- name: Install additional typing data and check with mypy
22
- run: mypy --install-types --non-interactive lib/ tests/
+ run: mypy --install-types --non-interactive lib/ conftest.py pkgfixtures.py tests/
23
24
pyright:
25
runs-on: ubuntu-latest
@@ -37,4 +37,4 @@ jobs:
37
38
39
- name: Check with pyright
40
- run: pyright lib/ # tests/
+ run: pyright lib/ conftest.py pkgfixtures.py # tests/
0 commit comments