Skip to content

Commit 37d6006

Browse files
authored
CI: Pin flake8 < 3.8.0 (#34151)
1 parent 9f69cca commit 37d6006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
# code checks
1818
- black=19.10b0
1919
- cpplint
20-
- flake8
20+
- flake8<3.8.0 # temporary pin, GH#34150
2121
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
2222
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
2323
- isort # check that imports are in the right order

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asv
88
cython>=0.29.16
99
black==19.10b0
1010
cpplint
11-
flake8
11+
flake8<3.8.0
1212
flake8-comprehensions>=3.1.0
1313
flake8-rst>=0.6.0,<=0.7.0
1414
isort

0 commit comments

Comments
 (0)