From 5604da20c9bbef3849dadc377e6f3c2b592b2e43 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 7 May 2023 20:12:56 +0000 Subject: [PATCH 1/2] Auto-updated `pre-commit` hooks. --- .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 f3a889a..5e46f36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade args: [--py37-plus] From 581566e6a875a69cbad20d9c5e8f39daaee62741 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 7 May 2023 20:12:59 +0000 Subject: [PATCH 2/2] Add changenote. --- changes/82.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/82.misc.rst diff --git a/changes/82.misc.rst b/changes/82.misc.rst new file mode 100644 index 0000000..248da6a --- /dev/null +++ b/changes/82.misc.rst @@ -0,0 +1 @@ +Updated ``pre-commit`` hooks to the latest version.