Skip to content

Commit 1179f5d

Browse files
committed
Add basic env var provider
Signed-off-by: christian.lutnik <[email protected]>
1 parent 8b12145 commit 1179f5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

providers/openfeature-provider-env-var/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ packages = ["."]
3030
testpaths = ["tests"]
3131
python_files = "test_*.py"
3232
python_functions = "test_*"
33+
34+
[tool.hatch]
35+
36+
[tool.hatch.envs.mypy]
37+
dependencies = ["mypy"]

0 commit comments

Comments
 (0)