mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
Added script for checking if version was incremented before push
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user