Skip to content

Commit 71425f3

Browse files
committed
Update yapf requirement
1 parent 59856af commit 71425f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: pyproject.toml

+2-3
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.34.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)