Increase max_line_length for formatter

This commit is contained in:
Juan Pablo Amoroso
2019-12-27 13:03:54 -03:00
parent 2aef5ca5a8
commit 0bbeb18d35
+4
View File
@@ -1,2 +1,6 @@
[flake8]
max-line-length = 119
[yapf]
based_on_style = pep8
column_limit = 119