Auto-update pre-commit hooks (#5029)

Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-04-26 15:50:24 +01:00 committed by GitHub
parent 9d1316c7d0
commit f9cb423b00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ repos:
exclude: hooks/
- repo: https://github.com/psf/black
rev: 24.4.1
rev: 24.4.2
hooks:
- id: black

View File

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