Auto-update pre-commit hooks (#5477)

* Auto-update pre-commit hooks (#5475)

Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>

* Auto-update pre-commit hooks

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-17 21:19:47 +01:00 committed by GitHub
parent 9f0b4463b4
commit 6d64187c70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ repos:
- id: flake8
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.3.1"
rev: "2.4.3"
hooks:
- id: pyproject-fmt

View File

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