File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
pluggy - A minimalist production ready plugin system
3
3
====================================================
4
4
5
- |pypi | |anaconda | |versions | |travis | |appveyor | |gitter |
5
+ |pypi | |anaconda | |versions | |travis | |appveyor | |gitter | | black |
6
6
7
7
This is the core framework used by the `pytest `_, `tox `_, and `devpi `_ projects.
8
8
@@ -59,20 +59,29 @@ A definitive example
59
59
60
60
61
61
.. badges
62
+
62
63
.. |pypi | image :: https://img.shields.io/pypi/v/pluggy.svg
63
64
:target: https://pypi.org/pypi/pluggy
65
+
64
66
.. |versions | image :: https://img.shields.io/pypi/pyversions/pluggy.svg
65
67
:target: https://pypi.org/pypi/pluggy
68
+
66
69
.. |travis | image :: https://img.shields.io/travis/pytest-dev/pluggy/master.svg
67
70
:target: https://travis-ci.org/pytest-dev/pluggy
71
+
68
72
.. |appveyor | image :: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
69
73
:target: https://ci.appveyor.com/project/pytestbot/pluggy
74
+
70
75
.. |anaconda | image :: https://anaconda.org/conda-forge/pluggy/badges/version.svg
71
76
:target: https://anaconda.org/conda-forge/pluggy
77
+
72
78
.. |gitter | image :: https://badges.gitter.im/pytest-dev/pluggy.svg
73
79
:alt: Join the chat at https://gitter.im/pytest-dev/pluggy
74
80
:target: https://gitter.im/pytest-dev/pluggy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
75
81
82
+ .. |black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
83
+ :target: https://github.com/ambv/black
84
+
76
85
.. links
77
86
.. _pytest :
78
87
http://pytest.org
You can’t perform that action at this time.
0 commit comments