diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a95e18eb4..50dcd605e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black language_version: python3 diff --git a/changes/2406.misc.rst b/changes/2406.misc.rst new file mode 100644 index 0000000000..bd8bb5d7c4 --- /dev/null +++ b/changes/2406.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``black-pre-commit-mirror`` was updated to its latest version.