diff --git a/setup.cfg b/setup.cfg index 08d135d4..f319102e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,3 +2,6 @@ max-line-length=80 ignore=E128,E302,E126,E127,E122 +[yapf] +split_before_named_assigns=off +column_limit=80