From c2159f4118f39e7201282628131dad3b25d40ba6 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 18 Feb 2024 12:37:20 +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 8ed45be397..5887d2ca70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black args: [--target-version=py39] @@ -95,7 +95,7 @@ repos: # Lint: YAML - repo: https://github.com/adrienverge/yamllint - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]