Update .pre-commit-config.yaml

This commit is contained in:
shamoon 2024-08-19 17:31:38 -07:00
parent aba8e29527
commit 825a5b9942

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