From d83594760cf31864dbfa19d53103b2ba0cf2ba43 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 28 Mar 2026 22:12:56 +0000 Subject: [PATCH] remove fail-on-missing --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40fe93c..ea4af74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,11 +26,11 @@ requires = ["hatch-dotenv"] [tool.hatch.env.collectors.dotenv.e] env-files = [".env"] -fail-on-missing = true +# fail-on-missing = true # breaks publish workflow [tool.hatch.env.collectors.dotenv.hatch-test] env-files = [".env"] -fail-on-missing = true +# fail-on-missing = true # breaks publish workflow [tool.hatch.envs.default] dependencies = ["pre-commit"]