From ab623135063895df5ecb86780c32b7515586c871 Mon Sep 17 00:00:00 2001 From: "Anthony T. Lannutti" Date: Sat, 26 Aug 2023 03:22:26 -0500 Subject: [PATCH] Proactively resolve pipeline issues --- .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 0429f72..8590a47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.11.5 hooks: - id: isort args: @@ -29,7 +29,7 @@ repos: - --follow-imports - skip - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.1.1 hooks: - id: autoflake args: