Skip to content

Commit 6b0adaa

Browse files
committed
pyproject.toml: Use version 0.0.0 placeholder
1 parent d691398 commit 6b0adaa

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-eq3bt"
3-
version = "unknown-version"
3+
version = "0.0.0"
44
description = "Eqiva eQ-3 bluetooth thermostat support for qToggleServer"
55
authors = [
66
{name = "Calin Crisan", email = "ccrisan@gmail.com"},
@@ -12,7 +12,8 @@ dependencies = []
1212

1313
[dependency-groups]
1414
dev = [
15-
"ruff",
15+
"pre-commit",
16+
"ruff",
1617
]
1718

1819
[tool.ruff]

0 commit comments

Comments
 (0)