Replace yapf with black as formatter

This commit is contained in:
Milan Stute
2020-11-30 19:52:15 +01:00
parent 5e2ff4210f
commit c926eaf710
13 changed files with 480 additions and 319 deletions
+4 -5
View File
@@ -1,6 +1,5 @@
[flake8]
max-line-length = 127
[yapf]
based_on_style = pep8
column_limit = 127
extend-ignore = E203, E501
max-line-length = 80
max-complexity = 18
select = B9