File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ flake8==3.7.9;python_version<"3.5"
118
118
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
+ pyflakes == 2.3.1 ;python_version >= "3.5" and python_version<"3.6"
121
122
pyflakes == 2.4.0 ;python_version >= "3.5"
122
123
pycodestyle == 2.5.0 ;python_version < "3.5"
123
- pycodestyle == 2.8.0 ;python_version >= "3.5"
124
+ pycodestyle == 2.7.0 ;python_version >= "3.5" and python_version<"3.6"
125
+ pycodestyle == 2.8.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 237
237
'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"' ,
238
238
'flake8==4.0.1;python_version>="3.6"' ,
239
239
'pyflakes==2.1.1;python_version<"3.5"' ,
240
+ 'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"' ,
240
241
'pyflakes==2.4.0;python_version>="3.5"' ,
241
242
'pycodestyle==2.5.0;python_version<"3.5"' ,
242
- 'pycodestyle==2.8.0;python_version>="3.5"' ,
243
+ 'pycodestyle==2.7.0;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
244
+ 'pycodestyle==2.8.0;python_version>="3.6"' ,
243
245
],
244
246
},
245
247
packages = [
You can’t perform that action at this time.
0 commit comments