Skip to content
Snippets Groups Projects
Unverified Commit b71fcd33 authored by Julian Hossbach's avatar Julian Hossbach Committed by GitHub
Browse files

Merge pull request #50 from python-lsp/ruff_minor_v_change_fixup

Ruff minor v change fixup
parents 2373aed4 6a9a2ff1
Branches upstream/latest
Tags v1.5.3
No related merge requests found
......@@ -7,13 +7,13 @@ name = "python-lsp-ruff"
authors = [
{name = "Julian Hossbach", email = "julian.hossbach@gmx.de"}
]
version = "1.5.2"
version = "1.5.3"
description = "Ruff linting plugin for pylsp"
readme = "README.md"
requires-python = ">=3.7"
license = {text = "MIT"}
dependencies = [
"ruff>=0.0.267",
"ruff>=0.0.267,<0.1.0",
"python-lsp-server",
"lsprotocol>=2022.0.0a1",
"tomli>=1.1.0; python_version < '3.11'",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment