Skip to content

How to develop

MatejKastak edited this page Aug 10, 2022 · 1 revision

How to develop

Install YLS in development mode with all necessary dependencies.

poetry install

Tests

You can run tests with the following command:

poetry run pytest

Code style

YLS uses black to format and check yls source code. In order to format the code accordingly you can use prepared poetry run poe format.

Clone this wiki locally