Add doit configuration options

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

View file

@ -67,6 +67,13 @@ 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.
use_cache = false
[build-system]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"