diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35556b5..21e7946 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: django-upgrade args: [--target-version, "5.2"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.5.0 + rev: 26.5.1 hooks: - id: black language_version: python3.12