Skip to content

Commit 6d61cee

Browse files
authored
Merge pull request #372 from JamesParrott/Option-C)-Multiple-file-package-(src/shapefile/{__init__,reader,writer,geoson,.}.py)
WIP. Basic refactor into smaller modules
2 parents 476a1e6 + 4503f34 commit 6d61cee

15 files changed

+4126
-4100
lines changed

.github/workflows/run_checks_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install mypy
2626
run: pip install mypy
2727
- name: Run mypy --strict
28-
run: mypy --strict ./src/shapefile.py
28+
run: mypy --strict ./src/shapefile
2929

3030

3131
build_wheel_and_sdist:

0 commit comments

Comments
 (0)