Skip to content

Commit f934c74

Browse files
committed
fix type check
Signed-off-by: gruebel <[email protected]>
1 parent ab23c62 commit f934c74

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

providers/openfeature-provider-ofrep/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ dev = [
3838
module-name = "openfeature"
3939
module-root = "src"
4040
namespace = true
41-
41+
source-exclude = [
42+
# `openfeature-sdk` already includes the `py.typed` file,
43+
# but it is necessary for local type checking of `flipt`
44+
"openfeature/py.typed"
45+
]
4246

4347
[tool.coverage.run]
4448
omit = [

providers/openfeature-provider-ofrep/src/openfeature/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)