From 4727bb0295721c96af2378e8c8ef5b9667a15dd9 Mon Sep 17 00:00:00 2001 From: Mariia Lychko Date: Tue, 13 Aug 2024 12:58:11 +0300 Subject: [PATCH] -test --- .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 d5f8b9850ad..6274e591527 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.5.7 hooks: - - id: ruff-format - args: ["--line-length=79"] - id: ruff args: [ --fix, "--select=E501" ] + - id: ruff-format + args: ["--line-length=79"]