From e9f34416787f22b40acd62c56f7503389a3d2bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=84riks=20K?= Date: Sun, 6 Mar 2022 16:35:49 +0200 Subject: [PATCH] style setting update --- .editorconfig | 2 +- setup.cfg | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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