From 9f4a44cd1f3133e6fafccca9c18aa2a91aadd700 Mon Sep 17 00:00:00 2001 From: Diego Volpatto Date: Sun, 10 Nov 2019 03:48:04 -0300 Subject: [PATCH] Put black code style badge in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b2338e..a82fe68 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # A generic blank Python project [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Build Status](https://travis-ci.com/volpatto/blank-python-project.svg?branch=master)](https://travis-ci.com/volpatto/blank-python-project) ![](https://github.com/volpatto/blank-python-project/workflows/linux/badge.svg?branch=master) ![](https://github.com/volpatto/blank-python-project/workflows/osx/badge.svg?branch=master)