From ee4625be784263c979414d7c688c9243c0970967 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Sun, 19 Oct 2025 15:08:29 +0200 Subject: [PATCH] Hardcode max line length in scripts/check --- scripts/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check b/scripts/check index aea2783..6f4f4c2 100755 --- a/scripts/check +++ b/scripts/check @@ -3,4 +3,4 @@ set -e mypy . -flake8 PFERD +flake8 PFERD --max-line-length 110