remove fail-on-missing, it's breaking the publish workflow.

This commit is contained in:
onyx-and-iris 2026-03-28 22:09:48 +00:00
parent 9e4071aace
commit a076feae19

View File

@ -42,13 +42,14 @@ dependencies = ["click-man>=0.5.1"]
[tool.hatch.envs.default.scripts] [tool.hatch.envs.default.scripts]
man = "python man/generate.py --output=./man" man = "python man/generate.py --output=./man"
[tool.hatch.envs.hatch-test] [tool.hatch.env]
randomize = true
requires = ["hatch-dotenv"] requires = ["hatch-dotenv"]
[tool.hatch.env.collectors.dotenv.hatch-test] [tool.hatch.env.collectors.dotenv.hatch-test]
env-files = [".env", ".test.env"] env-files = [".env", ".test.env"]
fail-on-missing = true
[tool.hatch.envs.hatch-test]
randomize = true
[tool.hatch.envs.types] [tool.hatch.envs.types]
extra-dependencies = ["mypy>=1.0.0"] extra-dependencies = ["mypy>=1.0.0"]