File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
+
5
11
6
12
## Installation
7
13
``` shell
You can’t perform that action at this time.
0 commit comments