Commit 0152be5
authored
Add upper limit to pyflake's version <3.0 (#186)
The latest pyflake version removed handling of python 2.x ``# type:`` comments.
It would be very convenient to have a last release that support it in autoflake.
As the dependency was not upper limited none of the current release of autoflake handle's 2.X style typing.1 parent 9a10a30 commit 0152be5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments