Update ruff pre-commit hook to 0.7.3 (#5522)

Update ruff pre-commit hook to 0.7.3
This commit is contained in:
Bruno Alla 2024-11-08 13:00:56 +00:00 committed by GitHub
commit 5083d664c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ repos:
# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.7.3
hooks:
# Linter
- id: ruff