Skip to content

Commit

Permalink
Update Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 30, 2024
1 parent c0e5db8 commit 950aa80
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.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 @@ -234,7 +234,7 @@ ignore = [
"PLR0913", # yes, many arguments, but most have defaults
"PYI034", # We're not adding typing_extensions just for Self.
"SLF001", # private members are accessed by friendly functions
"TCH", # TYPE_CHECKING blocks break autodocs
"TC", # TYPE_CHECKING blocks break autodocs
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit 950aa80

Please sign in to comment.