Fix yapf configuration

This commit is contained in:
2022-08-09 17:49:52 +02:00
parent f847654602
commit 9de3df1fe0

View File

@@ -5,7 +5,7 @@ max_line_length = 100
max_line_length = 100
[yapf]
based_on_style = "pep8"
based_on_style = pep8
column_limit = 100
[pylint]