diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7c801c..6f44001 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 24.2.0 # keep in sync with pyproject.toml + rev: 24.3.0 # keep in sync with pyproject.toml hooks: - id: black language_version: python3