diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8847fe6..4106fd3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,8 +18,8 @@ repos: hooks: - id: pyupgrade args: [--py37-plus] - - repo: https://github.com/psf/black - rev: 23.11.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 23.12.0 hooks: - id: black language_version: python3 diff --git a/changes/120.misc.rst b/changes/120.misc.rst new file mode 100644 index 0000000..0be9300 --- /dev/null +++ b/changes/120.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``black`` was updated to its latest version.