Added script for checking if version was incremented before push

This commit is contained in:
2025-05-14 11:39:02 +01:00
parent 3f85457c6e
commit 11e4db6672
3 changed files with 103 additions and 1 deletions

View File

@@ -58,7 +58,12 @@ invenio_theme_iform = "invenio_theme_iform.config"
invenio_theme_iform = "invenio_theme_iform.ext:finalize_app"
[dependency-groups]
dev = ["hatch>=1.14.1", "pydocstyle>=6.3.0", "ruff>=0.11.7"]
dev = [
"hatch>=1.14.1",
"pre-commit>=4.2.0",
"pydocstyle>=6.3.0",
"ruff>=0.11.7",
]
tests = [
"invenio-app>=1.3.4",
"invenio-previewer>=3.0.0",