8000 Update yapf requirement to 0.33+ (#377) · python-lsp/python-lsp-server@c81dcc8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c81dcc8

Browse files
authored
Update yapf requirement to 0.33+ (#377)
1 parent 59856af commit c81dcc8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ all = [
3535
"pyflakes>=2.5.0,<3.1.0",
3636
"pylint>=2.5.0,<3",
3737
"rope>1.2.0",
38-
"yapf<=0.32.0",
39-
"toml",
38+
"yapf>=0.33.0",
4039
"whatthepatch>=1.0.2,<2.0.0"
4140
]
4241
autopep8 = ["autopep8>=1.6.0,<2.1.0"]
@@ -47,7 +46,7 @@ pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
4746
pyflakes = ["pyflakes>=2.5.0,<3.1.0"]
4847
pylint = ["pylint>=2.5.0,<3"]
4948
rope = ["rope>1.2.0"]
50-
yapf = ["yapf<=0.32.0", "whatthepatch>=1.0.2,<2.0.0", "toml"]
49+
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]
5150
websockets = ["websockets>=10.3"]
5251
test = [
5352
"pylint>=2.5.0,<3",

0 commit comments

Comments
 (0)
0