Skip to content

Commit 7b25f89

Browse files
Bump ruff
Fix this warning: warning: The following rules have been removed and ignoring them has no effect: - UP038
1 parent e047fda commit 7b25f89

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
- -d
5959
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.14.14
61+
rev: v0.15.2
6262
hooks:
6363
- id: ruff-check
6464
- id: ruff-format

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ ignore = [
143143
"S404",
144144
"SIM105",
145145
"SIM115",
146-
"UP038", # https://github.com/astral-sh/ruff/issues/7871
147146
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
148147
"W191",
149148
"E111",

0 commit comments

Comments
 (0)