summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-09-19 19:55:31 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-09-19 19:55:31 +0200
commit98b08d960f2ad420bc5f19b4132b28335449ff66 (patch)
treea5fe2eaa10d795e64c2ecb45225698f5477b9690 /README.rst
parent5ec7113b23f36b09246f0863257b51198546f53b (diff)
downloadpylint-git-98b08d960f2ad420bc5f19b4132b28335449ff66.tar.gz
New tagline! Many thanks to whomever said it, it came my way through DRMacIver
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index fef62d3af..094ff925c 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,12 @@ README for Pylint - http://pylint.pycqa.org/
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
+======
+Pylint
+======
+
+**It's not just a linter that annoys you!**
+
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.