diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b3459d..f883a85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -127,7 +127,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"