From d1187d44091edf8c5391e0327208103254c2de05 Mon Sep 17 00:00:00 2001 From: Dave Schaefer Date: Mon, 30 Dec 2019 21:09:38 -0700 Subject: [PATCH] README - add a flake8 project badge Add a project badge image and display on the README. This gives people a way to show they use Flake8 as the linter for their project, and link to the Flake8 project page. This may be a fun way for people to show their support, and help drive new users to Flake8. --- README.rst | 3 +++ docs/source/img/linter-flake8-green.svg | 1 + 2 files changed, 4 insertions(+) create mode 100644 docs/source/img/linter-flake8-green.svg diff --git a/README.rst b/README.rst index a182b9b..5383558 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,9 @@ Flake8 ======== +.. image:: docs/source/img/linter-flake8-green.svg + :target: https://gitlab.com/pycqa/flake8 + Flake8 is a wrapper around these tools: - PyFlakes diff --git a/docs/source/img/linter-flake8-green.svg b/docs/source/img/linter-flake8-green.svg new file mode 100644 index 0000000..482462c --- /dev/null +++ b/docs/source/img/linter-flake8-green.svg @@ -0,0 +1 @@ + linterlinterflake8flake8 \ No newline at end of file