Skip to content

Commit 50a9a97

Browse files
jdchrisguidry
andauthored
chore: add py.typed (#38)
This module is correctly typed as far as I can tell, but does not export this information to tools like mypy. Change-Id: I410c0ef1fb7b86bde768011ecf671b540f264255 Co-authored-by: Chris Guidry <[email protected]>
1 parent 34f7907 commit 50a9a97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
7+
exclude: "py\\.typed"
78
- id: check-toml
89
- id: check-yaml
910
- repo: https://github.com/PyCQA/isort

src/pytest_opentelemetry/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)