Skip to content

Commit 98c09b0

Browse files
committed
pyproject.toml: Use version 0.0.0 placeholder
1 parent 951a5b7 commit 98c09b0

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-modbus"
3-
version = "unknown-version"
3+
version = "0.0.0"
44
description = "Modbus client/server for qToggleServer"
55
authors = [
66
{name = "Calin Crisan", email = "ccrisan@gmail.com"},
@@ -14,7 +14,8 @@ dependencies = [
1414

1515
[dependency-groups]
1616
dev = [
17-
"ruff",
17+
"pre-commit",
18+
"ruff",
1819
]
1920

2021
[tool.ruff]

0 commit comments

Comments
 (0)