Skip to content

Commit e19f507

Browse files
committed
Add black badge
1 parent d08a7a4 commit e19f507

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ of a test:
2323
os.remove.assert_called_once_with('file')
2424
2525
26-
.. Using PNG badges because PyPI doesn't support SVG
2726
28-
|python| |version| |anaconda| |ci| |appveyor| |coverage|
27+
|python| |version| |anaconda| |ci| |appveyor| |coverage| |black|
2928

3029
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.svg
3130
:target: https://pypi.python.org/pypi/pytest-mock
@@ -45,6 +44,9 @@ of a test:
4544
.. |python| image:: https://img.shields.io/pypi/pyversions/pytest-mock.svg
4645
:target: https://pypi.python.org/pypi/pytest-mock/
4746

47+
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
48+
:target: https://github.com/ambv/black
49+
4850

4951
.. image:: http://www.opensourcecitizen.org/badge?url=github.com/pytest-dev/pytest-mock
5052
:target: http://www.opensourcecitizen.org/project?url=github.com/pytest-dev/pytest-mock

0 commit comments

Comments
 (0)