remove fail-on-missing

This commit is contained in:
onyx-and-iris 2026-03-28 22:12:56 +00:00
parent 46a85f2904
commit d83594760c

View File

@ -26,11 +26,11 @@ requires = ["hatch-dotenv"]
[tool.hatch.env.collectors.dotenv.e] [tool.hatch.env.collectors.dotenv.e]
env-files = [".env"] env-files = [".env"]
fail-on-missing = true # fail-on-missing = true # breaks publish workflow
[tool.hatch.env.collectors.dotenv.hatch-test] [tool.hatch.env.collectors.dotenv.hatch-test]
env-files = [".env"] env-files = [".env"]
fail-on-missing = true # fail-on-missing = true # breaks publish workflow
[tool.hatch.envs.default] [tool.hatch.envs.default]
dependencies = ["pre-commit"] dependencies = ["pre-commit"]