module: use yapf 0.31 feature of style definition in pyproject.toml

This commit is contained in:
cn 2021-03-18 18:28:32 +01:00
parent 3a50be10e1
commit dfb5dbaf28
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +0,0 @@
[style]
based_on_style = pep8
column_limit = 120

View File

@ -20,3 +20,7 @@ mypy = "0.812"
pylint = "~2.7"
rope = "~0.18"
yapf = "~0.31"
[tool.yapf]
based_on_style = "pep8"
column_limit = 120