Update .pre-commit-config.yaml

This commit is contained in:
shamoon 2024-08-12 15:12:16 -07:00
parent cea7b1ab11
commit 4c4b7ef678

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.6' rev: 'v0.5.7'
hooks: hooks:
- id: ruff - id: ruff
- id: ruff-format - id: ruff-format