Skip to content

Commit

Permalink
Use 'for-the-badge' style (#281)
Browse files Browse the repository at this point in the history
Easier to read, so more visible and accessible.
  • Loading branch information
adamchainz authored Oct 12, 2020
1 parent 57c14d9 commit 844f8da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
flake8-comprehensions
=====================

.. image:: https://github.com/adamchainz/flake8-comprehensions/workflows/CI/badge.svg?branch=master
.. image:: https://img.shields.io/github/workflow/status/adamchainz/flake8-comprehensions/CI/master?style=for-the-badge
:target: https://github.com/adamchainz/flake8-comprehensions/actions?workflow=CI

.. image:: https://img.shields.io/pypi/v/flake8-comprehensions.svg
.. image:: https://img.shields.io/pypi/v/flake8-comprehensions.svg?style=for-the-badge
:target: https://pypi.org/project/flake8-comprehensions/

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/python/black
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
:target: https://github.com/psf/black

.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit

Expand Down

0 comments on commit 844f8da

Please sign in to comment.