From 6f423ea41ebab474a6df934a931b66cc7c9457d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 02:23:07 +0000 Subject: [PATCH 1/2] Automatically update and run pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b49cbd..177ac31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: # Bring Python code up to date with pyupgrade - repo: https://github.com/asottile/pyupgrade - rev: v2.38.2 + rev: v3.2.2 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -17,7 +17,7 @@ repos: # Automatic source code formatting with Black - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black args: [--safe, --quiet] From 99a3f017799548d115eec62f25191b0943f2bb5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 02:23:10 +0000 Subject: [PATCH 2/2] Add news fragment --- newsfragments/59.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/59.misc diff --git a/newsfragments/59.misc b/newsfragments/59.misc new file mode 100644 index 0000000..a7f3a57 --- /dev/null +++ b/newsfragments/59.misc @@ -0,0 +1 @@ +Automatically update and run pre-commit hooks.