File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ dependencies:
21
21
- flake8<3.8.0 # temporary pin, GH#34150
22
22
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
23
23
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
24
+ - pyflakes>=2.2.0 # minimum version to support mypy error codes
24
25
- isort=4.3.21 # check that imports are in the right order
25
26
- mypy=0.730
26
27
- pycodestyle # used by flake8
@@ -109,4 +110,3 @@ dependencies:
109
110
- pip :
110
111
- git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
111
112
- git+https://github.com/numpy/numpydoc
112
- - pyflakes>=2.2.0
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ cpplint
11
11
flake8 < 3.8.0
12
12
flake8-comprehensions >= 3.1.0
13
13
flake8-rst >= 0.6.0 ,<= 0.7.0
14
+ pyflakes >= 2.2.0
14
15
isort == 4.3.21
15
16
mypy == 0.730
16
17
pycodestyle
73
74
pyreadstat
74
75
tabulate >= 0.8.3
75
76
git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
76
- git+https://github.com/numpy/numpydoc
77
- pyflakes >= 2.2.0
77
+ git+https://github.com/numpy/numpydoc
You can’t perform that action at this time.
0 commit comments