diff --git a/.flake8 b/.flake8 index ea4e97d..01aa946 100644 --- a/.flake8 +++ b/.flake8 @@ -5,6 +5,7 @@ ignore = # at least two spaces before inline comment E261 max-complexity = 10 +max-line-length = 120 per-file-ignores = # Imported but unused __init__.py:F401