Add doit configuration options

This commit is contained in:
Alex Pyrgiotis 2024-12-04 14:10:44 +02:00
parent 92d7bd6bee
commit bdc4cf13c4
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -67,6 +67,14 @@ skip_gitignore = true
# This is necessary due to https://github.com/PyCQA/isort/issues/1835
follow_links = false
[tool.doit]
verbosity = 3
[tool.doit.tasks.build_image]
# DO NOT change this to 'true' for release artifacts, else we risk building
# images that are a few days behind. See also: docs/developer/doit.md
use_cache = false
[build-system]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"