diff --git a/.flake8 b/.flake8 index 21fd7bd..6efbecd 100644 --- a/.flake8 +++ b/.flake8 @@ -1,4 +1,4 @@ [flake8] exclude=build,tests,tmp,venv,toot/tui/scroll.py -ignore=E128 +ignore=E128,W503 max-line-length=120