From 84776593d36dad092898aaf44a7e3b5a0d6f4109 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 10 May 2023 21:35:10 -0700 Subject: [PATCH] black config --- .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 f54952ba3..ef18d33d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: 23.3.0 hooks: - id: black - args: ["--line-length", "90", "--preview"] + args: ["--line-length", "100", "--preview"] - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: