black/docs/show_your_style.md
2020-08-21 16:45:30 +02:00

20 lines
530 B
Markdown

[//]: # "NOTE: THIS FILE WAS AUTOGENERATED FROM README.md"
# Show your style
Use the badge in your project's README.md:
```md
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
```
Using the badge in README.rst:
```
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
```
Looks like this:
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)