fix: changed the amount of chars in a single line to 120

This commit is contained in:
Alec.Schmidt
2025-03-18 10:16:35 +01:00
parent 89e66a8b58
commit 570a0d3cea

View File

@@ -2,3 +2,4 @@
extend-ignore = E203
exclude = .git,__pycache__,.venv
max-complexity = 10
max-line-length = 120