From 555ab91f18587e3889d7db39472f8e9cde5c3cc7 Mon Sep 17 00:00:00 2001 From: bobokun Date: Tue, 1 Nov 2022 11:39:18 -0400 Subject: [PATCH] pre-commit update version --- .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 4e40fe9..574c47f 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.21.0 # or higher tag + rev: v1.28.0 # or higher tag hooks: - id: yamllint args: [--format, parsable, --strict] @@ -47,7 +47,7 @@ repos: language_version: python3 args: [--line-length, '130'] - repo: https://gitlab.com/pycqa/flake8 - rev: 5.0.4 + rev: 3.9.2 hooks: - id: flake8 args: [--config=.flake8]