diff --git a/backend/.flake8 b/backend/.flake8 index 3b4e58bd..6959b126 100644 --- a/backend/.flake8 +++ b/backend/.flake8 @@ -3,6 +3,7 @@ # Ignore unused imports; W503 and W504 conflict with each-other ignore = F401 W504 + W503 max-line-length = 125