diff --git a/.flake8 b/.flake8 index 1663bf0b..6979c4fc 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -max-line-length=120 +max-line-length=88 extend-ignore = E203 diff --git a/pyproject.toml b/pyproject.toml index c3caf31f..e571d1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ profile = "black" [tool.black] -line-length = 120 target-version = ['py310'] include = '\.pyi?$'