8000 MAINT: pin flake8 to stable version (#13066) · scikit-learn/scikit-learn@5c6a827 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c6a827

Browse files
glemaitrejorisvandenbossche
authored andcommitted
MAINT: pin flake8 to stable version (#13066)
1 parent bb3f93c commit 5c6a827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- run: ./build_tools/circle/checkout_merge_commit.sh
6868
- run:
6969
name: dependencies
70-
command: sudo pip install flake8
70+
command: sudo pip install flake8==3.6.0
7171
- run:
7272
name: flake8
7373
command: ./build_tools/circle/flake8_diff.sh

0 commit comments

Comments
 (0)
0