mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-20 15:03:31 +00:00
readd fail-on-missing
set min hatch-dotenv version
This commit is contained in:
@@ -22,15 +22,15 @@ path = "obsws_python/version.py"
|
||||
include = ["/obsws_python"]
|
||||
|
||||
[tool.hatch.env]
|
||||
requires = ["hatch-dotenv"]
|
||||
requires = ["hatch-dotenv>=0.1.4"]
|
||||
|
||||
[tool.hatch.env.collectors.dotenv.e]
|
||||
env-files = [".env"]
|
||||
# fail-on-missing = true # breaks publish workflow
|
||||
fail-on-missing = true
|
||||
|
||||
[tool.hatch.env.collectors.dotenv.hatch-test]
|
||||
env-files = [".env"]
|
||||
# fail-on-missing = true # breaks publish workflow
|
||||
fail-on-missing = true
|
||||
|
||||
[tool.hatch.envs.default]
|
||||
dependencies = ["pre-commit"]
|
||||
|
||||
Reference in New Issue
Block a user