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.
2 parents 476a1e6 + 4503f34 commit 6d61ceeCopy full SHA for 6d61cee
15 files changed
.github/workflows/run_checks_build_and_test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install mypy
26
run: pip install mypy
27
- name: Run mypy --strict
28
- run: mypy --strict ./src/shapefile.py
+ run: mypy --strict ./src/shapefile
29
30
31
build_wheel_and_sdist:
0 commit comments