style setting update

This commit is contained in:
2022-03-06 16:35:49 +02:00
parent f59b47d131
commit e9f3441678
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ insert_final_newline = false
indent_style = tab
[*.py]
max_line_length = 240
max_line_length = 120
line_length=120
multi_line_output=0
balanced_wrapping=True

View File

@ -19,8 +19,8 @@ universal = 1
[flake8]
exclude = docs,.git,log,debug,venv
line_length = 140
max-line-length = 140
line_length = 120
max-line-length = 120
ignore = D100,D101,D102,D103,E203
[pycodestyle]
@ -38,4 +38,4 @@ warn_unused_configs = True
[isort]
multi_line_output = 2
line_length = 140
line_length = 120