summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-09-16 17:35:08 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-09-17 09:07:44 +0200
commitd179c1e609ac068c827039d8c6d2c2723a764a85 (patch)
treeff9d05772140ba56049bdb3242ca97d2fc5ec717 /README.rst
parent3f2842400795ae1aaffc4ae6c35c4ef26857c239 (diff)
downloadpylint-git-d179c1e609ac068c827039d8c6d2c2723a764a85.tar.gz
Add black badge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c67bb51ea..fef62d3af 100644
--- a/README.rst
+++ b/README.rst
@@ -21,6 +21,9 @@ README for Pylint - http://pylint.pycqa.org/
:target: http://pylint.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
+ :target: https://github.com/ambv/black
+
Pylint is a Python static code analysis tool which looks for programming errors,
helps enforcing a coding standard, sniffs for code smells and offers simple refactoring
suggestions.