Skip to content

Commit

Permalink
Merge pull request #792 from jarrodmillman/ruff-0.5.7
Browse files Browse the repository at this point in the history
Update ruff
  • Loading branch information
jarrodmillman authored Aug 10, 2024
2 parents 1ec5492 + f65dd35 commit a44b9c0
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: f6793c73d53e659efecf3b3c38d122fb6a2a969f # frozen: v0.5.1
rev: ac97362543353002a47d6cae8918b25444d102df # frozen: v0.5.7
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
Expand Down

0 comments on commit a44b9c0

Please sign in to comment.