diff --git a/.flake8 b/.flake8 index 9410c79..1663db5 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -max-line-length = 88 +max-line-length = 100 extend-ignore = E203,E501 diff --git a/setup.cfg b/setup.cfg index d73eb80..1cfe97b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ exclude = .git [tool:isort] profile = black -line_length = 90 +line_length = 100 multi_line_output = 3 include_trailing_comma = true force_grid_wrap = 0