Update ruff to match

This commit is contained in:
shamoon 2024-07-22 14:31:59 -07:00
parent 1620f116b5
commit cfd1fc111e

View File

@ -47,7 +47,7 @@ repos:
exclude: "(^Pipfile\\.lock$)" exclude: "(^Pipfile\\.lock$)"
# Python hooks # Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.2' rev: 'v0.5.4'
hooks: hooks:
- id: ruff - id: ruff
- id: ruff-format - id: ruff-format