From 446e78b6aef5caf37fffe20a95f41895db6d6d28 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Wed, 2 Feb 2022 19:55:17 -0700 Subject: [PATCH] Reduce max line length from 120 to 100 --- .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 e102ae9..f6839aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: rev: 21.7b0 hooks: - id: black - args: [--line-length=120] + args: [--line-length=100] - repo: https://github.com/pre-commit/mirrors-isort rev: V5.9.3