Skip to content

Commit 65c3b96

Browse files
committed
chore: pre-commit -> prek
1 parent 73d3264 commit 65c3b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ python-socketio-dependencies = [
5050
dev = [
5151
{ include-group = "python-socketio-dependencies" },
5252
"ruff==0.14.10",
53-
"pre-commit>=4.5.0",
5453
"poethepoet>=0.37.0",
5554
"python-socketio-stubs[mypy-strict]",
55+
"prek>=0.2.24",
5656
]
5757

5858
[tool.poe.tasks]
5959
lint = ["_lint:check", "_lint:format"]
6060
"_lint:check" = "ruff check src --fix"
6161
"_lint:format" = "ruff format src"
6262
mypy = "mypy src"
63-
check = "pre-commit run --all-files --show-diff-on-failure"
63+
check = "prek run --all-files --show-diff-on-failure"
6464

6565
[build-system]
6666
requires = ["hatchling"]

0 commit comments

Comments
 (0)