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 8b12145 commit 1179f5dCopy full SHA for 1179f5d
providers/openfeature-provider-env-var/pyproject.toml
@@ -30,3 +30,8 @@ packages = ["."]
30
testpaths = ["tests"]
31
python_files = "test_*.py"
32
python_functions = "test_*"
33
+
34
+[tool.hatch]
35
36
+[tool.hatch.envs.mypy]
37
+dependencies = ["mypy"]
0 commit comments