We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2373aed + 6a9a2ff commit b71fcd3Copy full SHA for b71fcd3
pyproject.toml
@@ -7,13 +7,13 @@ name = "python-lsp-ruff"
7
authors = [
8
{name = "Julian Hossbach", email = "[email protected]"}
9
]
10
-version = "1.5.2"
+version = "1.5.3"
11
description = "Ruff linting plugin for pylsp"
12
readme = "README.md"
13
requires-python = ">=3.7"
14
license = {text = "MIT"}
15
dependencies = [
16
- "ruff>=0.0.267",
+ "ruff>=0.0.267,<0.1.0",
17
"python-lsp-server",
18
"lsprotocol>=2022.0.0a1",
19
"tomli>=1.1.0; python_version < '3.11'",
0 commit comments