mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-05 08:29:11 +00:00
remove fail-on-missing
This commit is contained in:
parent
46a85f2904
commit
d83594760c
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user