mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Add instruction to format with tox
This commit is contained in:
parent
cad07f370f
commit
8a93ce8cce
1 changed files with 2 additions and 0 deletions
|
|
@ -219,6 +219,8 @@ Style
|
|||
We follow `black`_ formatting and `google's docstring format`_.
|
||||
|
||||
You can use ``tox -e lint`` to check your code for any style errors.
|
||||
Running ``tox -e format`` will automatically format your code according
|
||||
to the specifications required by the project.
|
||||
|
||||
.. _black: https://black.readthedocs.io/en/stable/
|
||||
.. _google's docstring format: https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings
|
||||
|
|
|
|||
Loading…
Reference in a new issue