commit
1e63db2926
|
@ -62,6 +62,9 @@ path = ".venv-test"
|
||||||
[tool.hatch.envs.test.scripts]
|
[tool.hatch.envs.test.scripts]
|
||||||
unit = "python -m unittest tests/*.py"
|
unit = "python -m unittest tests/*.py"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["crossplane"]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
target-version = "py311"
|
target-version = "py311"
|
||||||
exclude = ["crossplane/function/proto/*"]
|
exclude = ["crossplane/function/proto/*"]
|
||||||
|
|
Loading…
Reference in New Issue