From 96535879e0865cf84c73a19c21c8f55819ce9180 Mon Sep 17 00:00:00 2001 From: Mariia Lychko Date: Tue, 13 Aug 2024 12:47:57 +0300 Subject: [PATCH] - updated ruff; --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64440f27927..d5f8b9850ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,4 +29,4 @@ repos: - id: ruff-format args: ["--line-length=79"] - id: ruff - args: [ --fix, "--ignore=E501" ] + args: [ --fix, "--select=E501" ]