forked from Github-Mirrors/canaille
doc: we use ruff instead of black
This commit is contained in:
parent
af8e482728
commit
61df50aa39
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ You can check the HTML coverage report in the newly created `htmlcov` directory.
|
||||||
Code style
|
Code style
|
||||||
----------
|
----------
|
||||||
|
|
||||||
We use `black` along with other tools to format our code.
|
We use `ruff <https://docs.astral.sh/ruff/>`_ along with other tools to format our code.
|
||||||
Please run ``tox -e style`` on your patches before submiting them.
|
Please run ``tox -e style`` on your patches before submiting them.
|
||||||
In order to perform a style check and correction at each commit you can use our
|
In order to perform a style check and correction at each commit you can use our
|
||||||
`pre-commit <https://pre-commit.com/>`_ configuration with ``pre-commit install``.
|
`pre-commit <https://pre-commit.com/>`_ configuration with ``pre-commit install``.
|
||||||
|
|
Loading…
Reference in a new issue