Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c1bd0be
Add mypy as a dependency
seisman Nov 13, 2023
594e07e
Add a make target for static type check
seisman Nov 13, 2023
16da12b
Run the static type check in the Style Checks workflow
seisman Nov 13, 2023
fec7e8b
Ignore all tests
seisman Nov 13, 2023
ebe7d50
Add pandas-stub
seisman Nov 13, 2023
85e7128
Install more packages
seisman Nov 14, 2023
2310e7e
GMTRemoteDataset's units can be None
seisman Nov 14, 2023
9dc8c98
Remove modules that don't support type hints
seisman Nov 14, 2023
dda26d4
Set ignore_missing_imports to true
seisman Nov 14, 2023
97d3dbc
Ignore the 'Unsupported class scoped import [misc]' error
seisman Nov 15, 2023
8b2a5b9
Add a new workflow for static type checking
seisman Nov 16, 2023
aed77ad
Merge branch 'main' into typehints/mypy
seisman Nov 16, 2023
9fd5a04
Add comments to typecheck workflow
seisman Nov 16, 2023
fa44524
Merge branch 'main' into typehints/mypy
seisman Nov 18, 2023
e62dcb6
Ignore .mypy_cache and run 'make clean' to delete it
seisman Nov 18, 2023
ec25885
Merge branch 'main' into typehints/mypy
seisman Nov 20, 2023
73c9863
Merge branch 'main' into typehints/mypy
seisman Nov 21, 2023
4d31ce3
Merge branch 'main' into typehints/mypy
seisman Nov 25, 2023
a7545ad
Apply suggestions from code review
seisman Nov 27, 2023
49e67d5
Rename typecheck.yml -> type_checks.ym
seisman Nov 27, 2023
253a491
Merge branch 'main' into typehints/mypy
seisman Nov 27, 2023
567bfb8
Fix some typos
seisman Nov 27, 2023
5e401c2
Merge branch 'main' into typehints/mypy
seisman Nov 28, 2023
cd9d3ed
Merge branch 'main' into typehints/mypy
seisman Nov 29, 2023
9bfe49a
Merge branch 'main' into typehints/mypy
seisman Dec 1, 2023
f230b0d
Ignore a specific error code
seisman Dec 1, 2023
0e657bd
Merge branch 'main' into typehints/mypy
seisman Dec 4, 2023
30b45c1
Merge branch 'main' into typehints/mypy
seisman Dec 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add mypy as a dependency
  • Loading branch information
seisman committed Nov 13, 2023
commit c1bd0be8e80bb3a66f49da6d4cea3c2e111343dc
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ dependencies:
- sphinx-design
- sphinx-gallery
- sphinx_rtd_theme
# Dev dependencies (type hints)
- mypy