From 570a0d3ceadd96e13494e2ba5b449d975e6d2e42 Mon Sep 17 00:00:00 2001 From: "Alec.Schmidt" Date: Tue, 18 Mar 2025 10:16:35 +0100 Subject: [PATCH] fix: changed the amount of chars in a single line to 120 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 28473b1..8000b14 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [flake8] extend-ignore = E203 exclude = .git,__pycache__,.venv -max-complexity = 10 \ No newline at end of file +max-complexity = 10 +max-line-length = 120