File tree 3 files changed +15
-2
lines changed
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:
25
25
deadcode . --fix --dry
26
26
```
27
27
28
- To see suggested fixes for only ` foo.py ` file:
28
+ To see suggested fixes only for ` foo.py ` file:
29
29
``` shell
30
30
deadcode . --fix --dry foo.py
31
31
```
Original file line number Diff line number Diff line change 31
31
"DC11" : "DC11" ,
32
32
"DC12" : "DC12" ,
33
33
"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" ,
34
47
}
35
48
36
49
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " deadcode"
3
- version = " 2.2.2 "
3
+ version = " 2.3.0 "
4
4
authors = [
5
5
{
name =
" Albertas Gimbutas" ,
email =
" [email protected] " },
6
6
]
You can’t perform that action at this time.
0 commit comments