From 02a905a326d56e05c4bf2cff91560797cd92b4ce Mon Sep 17 00:00:00 2001 From: Pishoy Girgis Date: Mon, 26 Aug 2024 12:54:31 +0200 Subject: [PATCH] [#213][Python/Pre-commit] Set Black Max Line Length to 79. This is to make it compatible with other Python tools that we are about to adopt. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f319a1d090..6f7cdcdb20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -165,6 +165,7 @@ repos: rev: 24.4.2 hooks: - id: black + args: [--line-length, '79'] - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: