diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9838481..3837640 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: 23.12.0 # keep in sync with pyproject.toml + rev: 23.12.1 # keep in sync with pyproject.toml hooks: - id: black language_version: python3