Skip to content

Commit

Permalink
Update CONTRIBUTING.md to use ruff for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Aug 17, 2024
1 parent a5b17c2 commit 6cfdb58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If you are using `Windows` we recommend installing and using [WSL](https://docs.

6. When you're done making changes, check that your changes pass ``style linter`` and the ``tests``.
```sh
flake8
ruff check
pytest
```
Expand Down Expand Up @@ -184,6 +184,6 @@ Just have a little patience, if everything is in order your pull request will be
# Style Guide
Currently the style guide is only defined for the [Language Server](../server) which is writen in ``Python``.
Currently the style guide is only defined for the [Language Server](../server) which is written in ``Python``.
Basically you can rely on [flake8](https://pypi.org/project/flake8/) and [black](https://github.com/psf/black) (along with the configuration files provided in the project directory) to manage all the styling for you. If you installed the [development requirements](../requirements-dev.txt) you already have them installed :)
Basically you can rely on [ruff](https://docs.astral.sh/ruff/) to manage all the styling for you. If you installed the [development requirements](../requirements-dev.txt) you already have them installed :)

0 comments on commit 6cfdb58

Please sign in to comment.