Style - shorten line length from 160 to 120 chars

This commit is contained in:
2024-03-10 12:15:28 +02:00
parent 410c26b14a
commit 5e5b5cf9b4
4 changed files with 18 additions and 9 deletions

View File

@ -1,4 +1,4 @@
[flake8]
extend-ignore = E203, E704, W605, E701
exclude = .git,__pycache__,venv,migrations
max-line-length = 160
exclude = .git,__pycache__,venv
max-line-length = 120