We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a681a commit fb3a140Copy full SHA for fb3a140
environment.yml
@@ -17,7 +17,7 @@ dependencies:
17
# code checks
18
- black=19.10b0
19
- cpplint
20
- - flake8
+ - flake8<3.8.0 # temporary pin, GH#34150
21
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
22
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
23
- isort # check that imports are in the right order
requirements-dev.txt
@@ -8,7 +8,7 @@ asv
8
cython>=0.29.16
9
black==19.10b0
10
cpplint
11
-flake8
+flake8<3.8.0
12
flake8-comprehensions>=3.1.0
13
flake8-rst>=0.6.0,<=0.7.0
14
isort
0 commit comments