From 47a15d15e147b03fac8f4c7f63f2630a2aee6333 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 16 Jul 2023 20:10:38 +0000 Subject: [PATCH 1/2] Bump black from 23.3.0 to 23.7.0. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 069ee92fb9..ec316ecaeb 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.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 From 2c8fbac3ac721b81b9ceaf6c58e4780d727a55bc Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 16 Jul 2023 20:10:42 +0000 Subject: [PATCH 2/2] Add changenote. --- changes/2034.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2034.misc.rst diff --git a/changes/2034.misc.rst b/changes/2034.misc.rst new file mode 100644 index 0000000000..0be930004b --- /dev/null +++ b/changes/2034.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``black`` was updated to its latest version.