Skip to content

Commit 1b13903

Browse files
committed
pyproject.toml: Use version 0.0.0 placeholder
1 parent ade7e06 commit 1b13903

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qtoggleserver-pylontech"
3-
version = "unknown-version"
3+
version = "0.0.0"
44
description = "Pylontech batteries support for qToggleServer"
55
authors = [
66
{name = "Calin Crisan", email = "ccrisan@gmail.com"},
@@ -15,7 +15,8 @@ dependencies = [
1515

1616
[dependency-groups]
1717
dev = [
18-
"ruff",
18+
"pre-commit",
19+
"ruff",
1920
]
2021

2122
[tool.ruff]

0 commit comments

Comments
 (0)