Skip to content

Commit b6bd056

Browse files
committed
Add Deadcode logo to README.md
1 parent a9cd40a commit b6bd056

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# deadcode
2-
`deadcode` allows to detect and fix unused Python code. It implements `DCXXX`
3-
static code linting rules for detecting unused code such as
4-
variables, functions and classes.
1+
[![Deadcode Logo](https://raw.githubusercontent.com/albertas/deadcode/main/docs/_static/deadcode-logo-readme.png)](https://deadcode.readthedocs.io/en/stable/)
2+
3+
<h2 align="center">Detect and Fix Unused Python Code</h2>
4+
5+
<p align="center">
6+
<a href="https://github.com/albertas/deadcode/blob/main/LICENSE"><img alt="License: AGPL3" src="https://deadcode.readthedocs.io/en/stable/_static/license.svg"></a>
7+
<a href="https://pypi.org/project/deadcode/"><img alt="PyPI" src="https://img.shields.io/pypi/v/deadcode"></a>
8+
<a href="https://pepy.tech/project/deadcode"><img alt="Downloads" src="https://static.pepy.tech/badge/deadcode"></a>
9+
</p>
10+
511

612
## Installation
713
```shell

docs/_static/deadcode-logo-readme.png

88.6 KB
Loading

0 commit comments

Comments
 (0)