From 1872dcd8ee1af111eab6f31480efe3ce1e7877f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:06:43 +0000 Subject: [PATCH] chore(deps): update pre-commit hook hhatto/autopep8 to v2.2.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 e68e65b..05de850 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/hhatto/autopep8 - rev: v2.1.0 + rev: v2.2.0 hooks: - id: autopep8 - repo: https://github.com/pre-commit/pre-commit-hooks.git