From a0762cfb9582dc509029264e797c03ab2c243197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 14:58:39 +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 e85e955..58a95a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -118,7 +118,7 @@ repos: - flake8-comprehensions==3.14.0 - flake8-typing-imports==1.15.0 - repo: https://github.com/hhatto/autopep8 - rev: v2.1.2 + rev: v2.2.0 hooks: - id: autopep8 args: [-a, -i, -p2]