Skip to content

Commit 22094e8

Browse files
committed
Add py.typed to the package as the project is fully typed
Fixes #28 Signed-off-by: Pedro Algarvio <[email protected]>
1 parent 131b69a commit 22094e8

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repos:
104104
- flake8-typing-imports
105105

106106
- repo: https://github.com/pre-commit/mirrors-mypy
107-
rev: v1.0.0
107+
rev: v1.3.0
108108
hooks:
109109
- id: mypy
110110
name: Run mypy against the code base

changelog/28.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add `py.typed` to the source code

src/ptscripts/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)