8000 Relax ruff constraints · python-lsp/python-lsp-ruff@6bb850b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bb850b

Browse files
vodikjhossbach
authored andcommitted
Relax ruff constraints
Seems to work fine on the new ruff 0.3.0 release
1 parent 94927e7 commit 6bb850b

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.8"
1414
license = {text = "MIT"}
1515
dependencies = [
16-
"ruff>=0.2.0, <0.3.0",
16+
"ruff>=0.2.0, <0.4.0",
1717
"python-lsp-server",
1818
"cattrs!=23.2.1",
1919
"lsprotocol>=2023.0.1",

0 commit comments

Comments
 (0)
0