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.
ruff
0.9.0
1 parent ed11ade commit b38f39dCopy full SHA for b38f39d
.pre-commit-config.yaml
@@ -55,7 +55,7 @@ repos:
55
- id: typos
56
57
- repo: https://github.com/astral-sh/ruff-pre-commit
58
- rev: v0.8.6
+ rev: v0.9.0
59
hooks:
60
- id: ruff
61
args: [--fix, --show-fixes]
pyproject.toml
@@ -44,14 +44,14 @@ mdformat = [
44
lint = [
45
{include-group = "extras"},
46
{include-group = "mdformat"},
47
- "ruff>=0.8.6",
+ "ruff>=0.9.0",
48
"sp-repo-review[cli]>=2024.8.19",
49
]
50
typecheck = [
51
52
{include-group = "ci"},
53
{include-group = "codegen"},
54
- "basedmypy[faster-cache]>=2.9.0",
+ "basedmypy[faster-cache]>=2.9.1",
"basedpyright>=1.23.2",
dev = [
0 commit comments