Skip to content

Commit f6707df

Browse files
authored
Merge pull request #43 from tylerlaprade/patch-1
Small grammatical fixes in readme
2 parents de377fc + 689a45b commit f6707df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![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)
66

77
`python-lsp-ruff` is a plugin for `python-lsp-server` that adds linting, code action and formatting capabilities that are provided by [ruff](https://github.com/charliermarsh/ruff),
8-
a extremely fast Python linter, written in Rust.
8+
an extremely fast Python linter written in Rust.
99

1010
## Install
1111

@@ -72,7 +72,7 @@ For more information on the configuration visit [Ruff's homepage](https://beta.r
7272

7373
## Custom severities
7474

75-
By default all diagnostics are marked as warning, except for `"E999"` and all error codes starting with `"F"`, which are displayed as errors.
75+
By default, all diagnostics are marked as warning, except for `"E999"` and all error codes starting with `"F"`, which are displayed as errors.
7676
This default can be changed through the `pylsp.plugins.ruff.severities` option, which takes the error code as a key and any of
7777
`"E"`, `"W"`, `"I"` and `"H"` to be displayed as errors, warnings, information and hints, respectively.
7878
For more information on the diagnostic severities please refer to

0 commit comments

Comments
 (0)