mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2025-07-21 01:11:22 +02:00
module: use yapf 0.31 feature of style definition in pyproject.toml
This commit is contained in:
@ -1,3 +0,0 @@
|
|||||||
[style]
|
|
||||||
based_on_style = pep8
|
|
||||||
column_limit = 120
|
|
@ -20,3 +20,7 @@ mypy = "0.812"
|
|||||||
pylint = "~2.7"
|
pylint = "~2.7"
|
||||||
rope = "~0.18"
|
rope = "~0.18"
|
||||||
yapf = "~0.31"
|
yapf = "~0.31"
|
||||||
|
|
||||||
|
[tool.yapf]
|
||||||
|
based_on_style = "pep8"
|
||||||
|
column_limit = 120
|
||||||
|
Reference in New Issue
Block a user