cleanup and remove comment
Signed-off-by: leohoare <leo@insight.co>
This commit is contained in:
parent
3d0e691f88
commit
df4d29731a
|
|
@ -22,6 +22,6 @@ repos:
|
||||||
files: openfeature
|
files: openfeature
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||||
rev: 0.7.13 # Use the latest version as appropriate
|
rev: 0.7.13
|
||||||
hooks:
|
hooks:
|
||||||
- id: uv-lock
|
- id: uv-lock
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,6 @@ requires-python = ">=3.9"
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/open-feature/python-sdk"
|
Homepage = "https://github.com/open-feature/python-sdk"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
|
||||||
packages = ["openfeature"]
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"behave",
|
"behave",
|
||||||
|
|
@ -40,6 +37,15 @@ dev = [
|
||||||
"pre-commit"
|
"pre-commit"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.sdist]
|
||||||
|
exclude = [
|
||||||
|
".gitignore",
|
||||||
|
"test-harness",
|
||||||
|
"venv",
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["openfeature"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
files = "openfeature"
|
files = "openfeature"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue