diff --git a/.style.yapf b/.style.yapf deleted file mode 100644 index c9a88d5..0000000 --- a/.style.yapf +++ /dev/null @@ -1,3 +0,0 @@ -[style] -based_on_style = pep8 -column_limit = 120 diff --git a/pyproject.toml b/pyproject.toml index f9d4450..182500d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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