diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3033512..dc696a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -121,7 +121,7 @@ repos: # --- Python --- - repo: https://github.com/psf/black - rev: 26.1.0 + rev: 26.5.1 hooks: - id: black name: "🐍 black - Format python code"