diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fcf533967..56fb2ecf03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/psf/black - rev: 23.9.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 diff --git a/changes/2124.misc.rst b/changes/2124.misc.rst new file mode 100644 index 0000000000..0be930004b --- /dev/null +++ b/changes/2124.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``black`` was updated to its latest version.