We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab23c62 commit f934c74Copy full SHA for f934c74
providers/openfeature-provider-ofrep/pyproject.toml
@@ -38,7 +38,11 @@ dev = [
38
module-name = "openfeature"
39
module-root = "src"
40
namespace = true
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
+]
46
47
[tool.coverage.run]
48
omit = [
providers/openfeature-provider-ofrep/src/openfeature/py.typed
0 commit comments