Updates the hook versions to match installed versions

This commit is contained in:
Trenton H 2024-02-26 08:18:39 -08:00
parent f320f6e2c8
commit 7d94789d4b

View File

@ -47,11 +47,11 @@ 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.2.1' rev: 'v0.2.2'
hooks: hooks:
- id: ruff - id: ruff
- repo: https://github.com/psf/black-pre-commit-mirror - repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1 rev: 24.2.0
hooks: hooks:
- id: black - id: black
# Dockerfile hooks # Dockerfile hooks