Skip to content

Commit 34bd4d7

Browse files
committed
restrict ruff to <0.1.0
1 parent 2373aed commit 34bd4d7

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>=0.0.267",
16+
"ruff>=0.0.267,<0.1.0",
1717
"python-lsp-server",
1818
"lsprotocol>=2022.0.0a1",
1919
"tomli>=1.1.0; python_version < '3.11'",

0 commit comments

Comments
 (0)