diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 587606553..2b21e0b22 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.3.0 # Replace with any tag/version: https://github.com/psf/black/tags + rev: 23.7.0 # Replace with any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.+