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 1eae705 commit 141da81Copy full SHA for 141da81
pyproject.toml
@@ -23,7 +23,7 @@ requires-python = ">=3.10,<4"
23
[project.optional-dependencies]
24
checks = [
25
"mypy==1.13.0",
26
- "ruff>=0.9,<0.10",
+ "ruff>=0.11,<0.12",
27
]
28
docs = [
29
"mkdocs-material>=9,<10",
0 commit comments