We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dc2b7 commit 0e30194Copy full SHA for 0e30194
README.rst
@@ -8,6 +8,10 @@ flake8-bugbear
8
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
9
:target: https://github.com/psf/black
10
11
+.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8-bugbear/main.svg
12
+ :target: https://results.pre-commit.ci/latest/github/PyCQA/flake8-bugbear/main
13
+ :alt: pre-commit.ci status
14
+
15
A plugin for ``flake8`` finding likely bugs and design problems in your
16
program. Contains warnings that don't belong in ``pyflakes`` and
17
``pycodestyle``::
0 commit comments