Skip to content

Commit 3387e27

Browse files
authored
⬆️ bump ruff to 0.13.0 (#865)
2 parents 04d194b + c6c02e1 commit 3387e27

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ci = ["packaging>=25.0"]
5353
lint = [
5454
{ include-group = "extras" },
5555
"dprint-py>=0.50.1.4",
56-
"ruff>=0.12.10",
56+
"ruff>=0.13.0",
5757
"sp-repo-review[cli]>=2025.5.2",
5858
]
5959
type = [
@@ -118,7 +118,7 @@ reportImplicitOverride = true
118118
reportImportCycles = true
119119
reportMissingSuperCall = true
120120
reportPropertyTypeMismatch = false
121-
reportShadowedImports = true
121+
reportShadowedImports = false
122122
reportUninitializedInstanceVariable = true
123123
reportUnnecessaryTypeIgnoreComment = true
124124
reportUnusedCallResult = true

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)