diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40cb536..bfa572a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 diff --git a/changes/218.misc.rst b/changes/218.misc.rst new file mode 100644 index 0000000..bd8bb5d --- /dev/null +++ b/changes/218.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``black-pre-commit-mirror`` was updated to its latest version.