Skip to content

Commit 7f17556

Browse files
committed
bump version to v1.0.1
1 parent 70e6114 commit 7f17556

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-lsp-ruff
22

3-
[![PyPi](https://img.shields.io/pypi/v/python-lsp-ruff.svg)](https://pypi.org/project/python-lsp-ruff/1.0.0/)
3+
[![PyPi](https://img.shields.io/pypi/v/python-lsp-ruff.svg)](https://pypi.org/project/python-lsp-ruff)
44
[![Python](https://github.com/python-lsp/python-lsp-ruff/actions/workflows/python.yml/badge.svg)](https://github.com/python-lsp/python-lsp-ruff/actions/workflows/python.yml)
55

66
Linter plugin for pylsp based using ruff.
@@ -23,6 +23,8 @@ When enabled, all linting diagnostics will be provided by `ruff`.
2323

2424
Configuration options can be passed to the python-language-server. If a `pyproject.toml`
2525
file is present in the project, `python-lsp-ruff` will use these configuration options.
26+
Note that any configuration options passed to ruff via `pylsp` are ignored if the project has
27+
a `pyproject.toml`.
2628

2729
The plugin follows [python-lsp-server's
2830
configuration](https://github.com/python-lsp/python-lsp-server/#configuration). These are

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "python-lsp-ruff"
77
authors = [
88
{name = "Julian Hossbach", email = "[email protected]"}
99
]
10-
version = "1.0.0"
10+
version = "1.0.1"
1111
description = "Ruff linting plugin for pylsp"
1212
readme = "README.md"
1313
requires-python = ">=3.7"

0 commit comments

Comments
 (0)