File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ flake8==3.9.2;python_version>="3.5" and python_version<"3.6"
119
119
flake8 == 4.0.1 ;python_version >= "3.6"
120
120
pyflakes == 2.1.1 ;python_version < "3.5"
121
121
pyflakes == 2.3.1 ;python_version >= "3.5" and python_version<"3.6"
122
- pyflakes == 2.4.0 ;python_version >= "3.5 "
122
+ pyflakes == 2.4.0 ;python_version >= "3.6 "
123
123
pycodestyle == 2.5.0 ;python_version < "3.5"
124
124
pycodestyle == 2.7.0 ;python_version >= "3.5" and python_version<"3.6"
125
125
pycodestyle == 2.8.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 238
238
'flake8==4.0.1;python_version>="3.6"' ,
239
239
'pyflakes==2.1.1;python_version<"3.5"' ,
240
240
'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"' ,
241
- 'pyflakes==2.4.0;python_version>="3.5 "' ,
241
+ 'pyflakes==2.4.0;python_version>="3.6 "' ,
242
242
'pycodestyle==2.5.0;python_version<"3.5"' ,
243
243
'pycodestyle==2.7.0;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
244
244
'pycodestyle==2.8.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments