mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-13 22:56:17 +01:00
module: use yapf 0.31 feature of style definition in pyproject.toml
This commit is contained in:
parent
3a50be10e1
commit
dfb5dbaf28
@ -1,3 +0,0 @@
|
||||
[style]
|
||||
based_on_style = pep8
|
||||
column_limit = 120
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user