diff --git a/setup.cfg b/setup.cfg index 791f075..def14d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,6 @@ [flake8] max-line-length = 119 + +[yapf] +based_on_style = pep8 +column_limit = 119