Skip to content

Commit 9cd1069

Browse files
committed
Add minimal version for ruff
1 parent 19d3d39 commit 9cd1069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
requires-python = ">=3.7"
1414
license = {text = "MIT"}
1515
dependencies = [
16-
"ruff",
16+
"ruff>=0.0.106",
1717
"python-lsp-server",
1818
]
1919

0 commit comments

Comments
 (0)