We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dca0ee commit 4f5f656Copy full SHA for 4f5f656
README.rst
@@ -4,7 +4,7 @@
4
pytest-twisted - test twisted code with pytest
5
==============================================================================
6
7
-|PyPI| |Pythons| |Travis| |AppVeyor|
+|PyPI| |Pythons| |Travis| |AppVeyor| |Black|
8
9
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
10
:Version: 1.8
@@ -104,4 +104,8 @@ That's all.
104
:alt: AppVeyor build status
105
:target: https://ci.appveyor.com/project/vtitor/pytest-twisted
106
107
+.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
108
+ :alt: Black code style
109
+ :target: https://github.com/ambv/black
110
+
111
.. _guide: CONTRIBUTING.rst
0 commit comments