diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f218866..790af707 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 26.5.1 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+