8000 Add toml dependency for yapf and constrain yapf to be less than 0.32 … · rookiecoder1st/python-lsp-server@645d800 · GitHub
[go: up one dir, main page]

Skip to content

Commit 645d800

Browse files
authored
Add toml dependency for yapf and constrain yapf to be less than 0.32 (python-lsp#346)
1 parent d28ce21 commit 645d800

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ all = [
3535
"pyflakes>=2.5.0,<3.1.0",
3636
"pylint>=2.5.0,<3",
3737
"rope>1.2.0",
38-
"yapf",
38+
"yapf<=0.32.0",
39+
"toml",
3940
"whatthepatch>=1.0.2,<2.0.0"
4041
]
4142
autopep8 = ["autopep8>=1.6.0,<1.7.0"]
@@ -46,7 +47,7 @@ pydocstyle = ["pydocstyle>=6.2.0,<6.3.0"]
4647
pyflakes = ["pyflakes>=2.5.0,<3.1.0"]
4748
pylint = ["pylint>=2.5.0,<3"]
4849
rope = ["rope>1.2.0"]
49-
yapf = ["yapf", "whatthepatch>=1.0.2,<2.0.0"]
50+
yapf = ["yapf<=0.32.0", "whatthepatch>=1.0.2,<2.0.0", "toml"]
5051
websockets = ["websockets>=10.3"]
5152
test = [
5253
"pylint>=2.5.0,<3",

0 commit comments

Comments
 (0)
0