Skip to content

Commit 8f641f8

Browse files
[pre-commit.ci] pre-commit autoupdate (#591)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c915e2c commit 8f641f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: 'v0.8.4'
23+
rev: 'v0.9.1'
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ show-fixes = true
136136
preview = true
137137
explicit-preview-rules = true
138138
ignore = [
139-
"ISC001", # single-line-implicit-string-concatenation
139+
"A005", # stdlib-module-shadowing
140140
"PLR2004", # magic-value-comparison
141141
"PLW2901", # redefined-loop-name
142142
"RET501", # unnecessary-return-none

0 commit comments

Comments
 (0)