Add pre-commit hook to update version

This commit is contained in:
2023-01-05 21:10:17 +01:00
parent 8efce77062
commit 2807c5e00e
5 changed files with 39 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "timetracker"
version = "0.0.0"
version = "0.1.0-34-g8efce77"
description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"
@ -15,6 +15,10 @@ black = "^22.12.0"
mypy = "^0.991"
pyyaml = "^6.0"
pytest = "^7.2.0"
django-extensions = "^3.2.1"
werkzeug = "^2.2.2"
djlint = "^1.19.11"
djhtml = "^1.5.2"
[build-system]
requires = ["poetry-core"]