From 4adca1fd15982e86ab8a6ca420225b0682cfa869 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 11 Jun 2023 23:48:15 +0000 Subject: [PATCH] Bump pyupgrade from v3.4.0 to v3.6.0 --- .pre-commit-config.yaml | 2 +- update.log | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 update.log diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e46f36..6bb67ac 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.4.0 + rev: v3.6.0 hooks: - id: pyupgrade args: [--py37-plus] diff --git a/update.log b/update.log new file mode 100644 index 0000000..7238760 --- /dev/null +++ b/update.log @@ -0,0 +1 @@ +[https://github.com/asottile/pyupgrade] updating v3.4.0 -> v3.6.0