File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ To see suggested fixes for all files:
2525deadcode . --fix --dry
2626```
2727
28- To see suggested fixes for only ` foo.py ` file:
28+ To see suggested fixes only for ` foo.py ` file:
2929``` shell
3030deadcode . --fix --dry foo.py
3131```
Original file line number Diff line number Diff line change 3131 "DC11" : "DC11" ,
3232 "DC12" : "DC12" ,
3333 "DC13" : "DC13" ,
34+ # For backward compatibility
35+ "DC001" : "DC01" ,
36+ "DC002" : "DC02" ,
37+ "DC003" : "DC03" ,
38+ "DC004" : "DC04" ,
39+ "DC005" : "DC05" ,
40+ "DC006" : "DC06" ,
41+ "DC007" : "DC07" ,
42+ "DC008" : "DC08" ,
43+ "DC009" : "DC09" ,
44+ "DC011" : "DC11" ,
45+ "DC012" : "DC12" ,
46+ "DC013" : "DC13" ,
3447}
3548
3649
Original file line number Diff line number Diff line change 11[project ]
22name = " deadcode"
3- version = " 2.2.2 "
3+ version = " 2.3.0 "
44authors = [
55 {
name =
" Albertas Gimbutas" ,
email =
" [email protected] " },
66]
You can’t perform that action at this time.
0 commit comments