Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
docs: badge color updates
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dhruvmanila authored Mar 23, 2022
1 parent 5f3e4d2 commit 17a8120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dhruvmanila/remove-print-statements/ci?label=CI&logo=github&style=flat-square)](https://github.com/dhruvmanila/remove-print-statements/actions)
[![Codecov](https://img.shields.io/codecov/c/gh/dhruvmanila/remove-print-statements?label=codecov&logo=codecov&style=flat-square)](https://app.codecov.io/gh/dhruvmanila/remove-print-statements)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/dhruvmanila/remove-print-statements/main.svg)](https://results.pre-commit.ci/latest/github/dhruvmanila/remove-print-statements/main)
[![PyPi Status](https://img.shields.io/pypi/v/remove-print-statements.svg?logo=python&logoColor=fff&style=flat-square)](https://pypi.org/project/remove-print-statements/)
![Python versions](https://img.shields.io/pypi/pyversions/remove-print-statements.svg?style=flat-square&logo=python&logoColor=fff)
[![PyPi Status](https://img.shields.io/pypi/v/remove-print-statements.svg?style=flat-square&color=blue)](https://pypi.org/project/remove-print-statements/)
![Python versions](https://img.shields.io/pypi/pyversions/remove-print-statements.svg?style=flat-square)
[![MIT License](https://img.shields.io/pypi/l/remove-print-statements.svg?style=flat-square)](./LICENSE)

A CLI tool (and pre-commit hook) to remove all the `print` statements from your
Expand Down

0 comments on commit 17a8120

Please sign in to comment.