Updates ruff in .pre-commit-config.yaml

This commit is contained in:
Trenton H
2024-06-11 14:18:29 -07:00
committed by GitHub
parent 968e00c691
commit 876cc51e47

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