Skip to content

Commit

Permalink
chore: update Ruff to 0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Nov 22, 2024
1 parent fe75ca8 commit e91b74d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -24,7 +24,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.8.0
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ lint.ignore = [
"N818", # Error suffix for errors
"PLR09", # Too many X
"PLR2004", # Magic value used in comparison
"PT004", # pytest fixture doesn't return anything - add underscore
"S101", # Use of assert detected
"S603", # subprocess call - check for execution of untrusted input
]
Expand Down

0 comments on commit e91b74d

Please sign in to comment.