diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6394f1..f37061b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,6 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.10.1" hooks: - id: black