We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Install YLS in development mode with all necessary dependencies.
poetry install
You can run tests with the following command:
poetry run pytest
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.
poetry run poe format