mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Tell people to use black in our dev docs (#5328)
* Tell people to use black in our dev docs * For codecov
This commit is contained in:
parent
60aa04481f
commit
6bd3faa114
1 changed files with 4 additions and 3 deletions
|
|
@ -19,9 +19,10 @@ Code
|
|||
----
|
||||
|
||||
When in doubt, refer to :pep:`8` for Python code. You can check if your code
|
||||
meets our automated requirements by running ``flake8`` against it. If you've
|
||||
installed the development requirements this will automatically use our
|
||||
configuration. You can also run the ``tox`` job with ``tox -e pep8``.
|
||||
meets our automated requirements by formatting it with ``black`` and running
|
||||
``flake8`` against it. If you've installed the development requirements this
|
||||
will automatically use our configuration. You can also run the ``tox`` job with
|
||||
``tox -e pep8``.
|
||||
|
||||
`Write comments as complete sentences.`_
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue