From 622ebdd671dce1520309e15d08fae0eb29d812e1 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 11 Jul 2022 21:58:04 +0400 Subject: [PATCH] Update pre-commit hooks --- .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 a82f5e38..959700e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # Autoupdate: Python code - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v2.37.1 hooks: - id: pyupgrade args: [--py39-plus] @@ -74,7 +74,7 @@ repos: # Lint: YAML - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.3 + rev: v1.27.1 hooks: - id: yamllint args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]