Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#591)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 14, 2025
1 parent c915e2c commit 8f641f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.4'
rev: 'v0.9.1'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ show-fixes = true
preview = true
explicit-preview-rules = true
ignore = [
"ISC001", # single-line-implicit-string-concatenation
"A005", # stdlib-module-shadowing
"PLR2004", # magic-value-comparison
"PLW2901", # redefined-loop-name
"RET501", # unnecessary-return-none
Expand Down

0 comments on commit 8f641f8

Please sign in to comment.