diff --git a/.flake8 b/.flake8 index 7829f5b..43621c3 100644 --- a/.flake8 +++ b/.flake8 @@ -5,6 +5,6 @@ # - E203: whitespace before ':' [flake8] count = True -max-line-length = 88 +max-line-length = 100 statistics = True ignore = E731,W503,E741,E203 \ No newline at end of file diff --git a/.isort.cfg b/.isort.cfg index 8584edd..2923839 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -4,4 +4,4 @@ include_trailing_comma = True force_grid_wrap = 0 use_parentheses = True ensure_newline_before_comments = True -line_length = 88 \ No newline at end of file +line_length = 100 \ No newline at end of file