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