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

@@ -1,4 +1,5 @@
[flake8]
extend-ignore = E203
exclude = .git,__pycache__,.venv
max-complexity = 10
max-complexity = 10
max-line-length = 120