Hardcode max line length in scripts/check

This commit is contained in:
I-Al-Istannen
2025-10-19 15:08:29 +02:00
parent f6c713d621
commit ee4625be78

View File

@@ -3,4 +3,4 @@
set -e set -e
mypy . mypy .
flake8 PFERD flake8 PFERD --max-line-length 110