From cc2ac3c2642936882ad384583c2b603bdc8c7f5b Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 22 Dec 2024 20:37:02 +0000 Subject: [PATCH] Bump pyupgrade from v3.19.0 to v3.19.1 --- .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 9daefcf..073c1e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py38-plus]