Skip to content

Commit c02b059

Browse files
committed
Bump pre-commit Ruff to 0.13.0
1 parent 2632975 commit c02b059

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
2222
# Ruff version.
23-
rev: v0.12.5
23+
rev: v0.13.0
2424
hooks:
2525
- id: ruff
2626
args: ["--fix", "--show-fixes"]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ ignore = [
9797
"S101", # Use of `assert` detected
9898
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
9999
"PLW2901", # `for` loop variable `value` overwritten by assignment target
100-
"UP038", # non-pep604-isinstance is deprecated
101100
]
102101
unfixable = []
103102
exclude = []

0 commit comments

Comments
 (0)