Skip to content

Commit 5f64290

Browse files
committed
pyproject.toml: Use version 0.0.0 placeholder
1 parent d5fb7db commit 5f64290

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-paradox"
3-
version = "unknown-version"
3+
version = "0.0.0"
44
description = "Control your Paradox alarm with qToggleServer"
55
authors = [
66
{name = "Calin Crisan", email = "ccrisan@gmail.com"},
@@ -17,7 +17,8 @@ dependencies = [
1717

1818
[dependency-groups]
1919
dev = [
20-
"ruff",
20+
"pre-commit",
21+
"ruff",
2122
]
2223

2324
[tool.ruff]

0 commit comments

Comments
 (0)