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 2632975 commit c02b059Copy full SHA for c02b059
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
# Ruff version.
23
- rev: v0.12.5
+ rev: v0.13.0
24
hooks:
25
- id: ruff
26
args: ["--fix", "--show-fixes"]
pyproject.toml
@@ -97,7 +97,6 @@ ignore = [
97
"S101", # Use of `assert` detected
98
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
99
"PLW2901", # `for` loop variable `value` overwritten by assignment target
100
- "UP038", # non-pep604-isinstance is deprecated
101
]
102
unfixable = []
103
exclude = []
0 commit comments