We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e67e37 commit a37cb4cCopy full SHA for a37cb4c
1 file changed
pyproject.toml
@@ -7,13 +7,13 @@ name = "python-lsp-ruff"
7
authors = [
8
{name = "Julian Hossbach", email = "julian.hossbach@gmx.de"}
9
]
10
-version = "1.0.2"
+version = "1.0.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.106",
+ "ruff>=0.0.192",
17
"python-lsp-server",
18
19
0 commit comments