mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-05 16:39:10 +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]
|
[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"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user