Skip to content

Commit

Permalink
Merge pull request #50 from python-lsp/ruff_minor_v_change_fixup
Browse files Browse the repository at this point in the history
Ruff minor v change fixup
  • Loading branch information
jhossbach committed Oct 18, 2023
2 parents 2373aed + 6a9a2ff commit b71fcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit b71fcd3

Please sign in to comment.