diff --git a/.editorconfig b/.editorconfig index 72e6ee1..ba6750e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/setup.cfg b/setup.cfg index 1639bd8..c6cc791 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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