style setting update
This commit is contained in:
@ -21,7 +21,7 @@ insert_final_newline = false
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
max_line_length = 240
|
max_line_length = 120
|
||||||
line_length=120
|
line_length=120
|
||||||
multi_line_output=0
|
multi_line_output=0
|
||||||
balanced_wrapping=True
|
balanced_wrapping=True
|
||||||
|
@ -19,8 +19,8 @@ universal = 1
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = docs,.git,log,debug,venv
|
exclude = docs,.git,log,debug,venv
|
||||||
line_length = 140
|
line_length = 120
|
||||||
max-line-length = 140
|
max-line-length = 120
|
||||||
ignore = D100,D101,D102,D103,E203
|
ignore = D100,D101,D102,D103,E203
|
||||||
|
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
@ -38,4 +38,4 @@ warn_unused_configs = True
|
|||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
multi_line_output = 2
|
multi_line_output = 2
|
||||||
line_length = 140
|
line_length = 120
|
||||||
|
Reference in New Issue
Block a user