File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 3
3
<h2 align =" center " >Detect and Fix Unused Python Code</h2 >
4
4
5
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 >
6
+ <a href =" https://github.com/albertas/deadcode/blob/main/LICENSE " ><img alt =" License: AGPLv3 " src =" https://raw.githubusercontent.com/albertas/deadcode/main/docs/ _static/AGPLv3- license.svg " ></a >
7
7
<a href =" https://pypi.org/project/deadcode/ " ><img alt =" PyPI " src =" https://img.shields.io/pypi/v/deadcode " ></a >
8
8
<a href =" https://pepy.tech/project/deadcode " ><img alt =" Downloads " src =" https://static.pepy.tech/badge/deadcode " ></a >
9
9
</p >
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ known_third_party = ["deadcode"]
66
66
ignore_names = [
67
67
" ERROR_CODES" ,
68
68
" fix" ,
69
+ " dry" ,
69
70
" fix_indent" ,
70
71
" ignore_definitions_if_decorated_with" ,
71
72
" ignore_if_decorated_with" ,
You can’t perform that action at this time.
0 commit comments