We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d3264 commit 65c3b96Copy full SHA for 65c3b96
pyproject.toml
@@ -50,17 +50,17 @@ python-socketio-dependencies = [
50
dev = [
51
{ include-group = "python-socketio-dependencies" },
52
"ruff==0.14.10",
53
- "pre-commit>=4.5.0",
54
"poethepoet>=0.37.0",
55
"python-socketio-stubs[mypy-strict]",
+ "prek>=0.2.24",
56
]
57
58
[tool.poe.tasks]
59
lint = ["_lint:check", "_lint:format"]
60
"_lint:check" = "ruff check src --fix"
61
"_lint:format" = "ruff format src"
62
mypy = "mypy src"
63
-check = "pre-commit run --all-files --show-diff-on-failure"
+check = "prek run --all-files --show-diff-on-failure"
64
65
[build-system]
66
requires = ["hatchling"]
0 commit comments