chore: update ruff pre-commit hook

This commit is contained in:
Daylin Morgan 2024-10-23 15:30:49 -05:00
parent a766c34f7b
commit b5685ba5b7
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -2,8 +2,11 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.10 # Ruff version.
rev: v0.7.0
hooks: hooks:
- id: ruff-format # Run the linter.
- id: ruff - id: ruff
args: [ --fix ] args: [ --fix ]
# Run the formatter.
- id: ruff-format