Skip to content

Commit

Permalink
Merge pull request #794 from jarrodmillman/ruff-0.6.3
Browse files Browse the repository at this point in the history
Update ruff
  • Loading branch information
jarrodmillman authored Aug 30, 2024
2 parents d93c94d + 6ed0cc8 commit 034fe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
args: [--no-pycodestyle, --max-line-length=88]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: ac97362543353002a47d6cae8918b25444d102df # frozen: v0.5.7
rev: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # frozen: v0.6.3
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
Expand Down

0 comments on commit 034fe71

Please sign in to comment.