Skip to content

Commit 851a02d

Browse files
committed
Add black badge to README
1 parent e413c70 commit 851a02d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pluggy - A minimalist production ready plugin system
33
====================================================
44

5-
|pypi| |anaconda| |versions| |travis| |appveyor| |gitter|
5+
|pypi| |anaconda| |versions| |travis| |appveyor| |gitter| |black|
66

77
This is the core framework used by the `pytest`_, `tox`_, and `devpi`_ projects.
88

@@ -59,20 +59,29 @@ A definitive example
5959
6060
6161
.. badges
62+
6263
.. |pypi| image:: https://img.shields.io/pypi/v/pluggy.svg
6364
:target: https://pypi.org/pypi/pluggy
65+
6466
.. |versions| image:: https://img.shields.io/pypi/pyversions/pluggy.svg
6567
:target: https://pypi.org/pypi/pluggy
68+
6669
.. |travis| image:: https://img.shields.io/travis/pytest-dev/pluggy/master.svg
6770
:target: https://travis-ci.org/pytest-dev/pluggy
71+
6872
.. |appveyor| image:: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
6973
:target: https://ci.appveyor.com/project/pytestbot/pluggy
74+
7075
.. |anaconda| image:: https://anaconda.org/conda-forge/pluggy/badges/version.svg
7176
:target: https://anaconda.org/conda-forge/pluggy
77+
7278
.. |gitter| image:: https://badges.gitter.im/pytest-dev/pluggy.svg
7379
:alt: Join the chat at https://gitter.im/pytest-dev/pluggy
7480
:target: https://gitter.im/pytest-dev/pluggy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
7581

82+
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
83+
:target: https://github.com/ambv/black
84+
7685
.. links
7786
.. _pytest:
7887
http://pytest.org

0 commit comments

Comments
 (0)