Skip to content

Commit

Permalink
Create py.typed
Browse files Browse the repository at this point in the history
As recommended in [pep 0561](https://peps.python.org/pep-0561/), a blank `py.typed` marker should be included when type hints are used so downstream codes can type check with `mypy` and similar tools.
  • Loading branch information
Andrew-S-Rosen authored Aug 17, 2024
1 parent 880ca8b commit 8308567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custodian/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 8308567

Please sign in to comment.