Skip to content

Commit 0cddba7

Browse files
use conda for pyflakes
1 parent 40ca451 commit 0cddba7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies:
2121
- flake8<3.8.0 # temporary pin, GH#34150
2222
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
2323
- 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
2425
- isort=4.3.21 # check that imports are in the right order
2526
- mypy=0.730
2627
- pycodestyle # used by flake8
@@ -109,4 +110,3 @@ dependencies:
109110
- pip:
110111
- git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
111112
- git+https://github.com/numpy/numpydoc
112-
- pyflakes>=2.2.0

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cpplint
1111
flake8<3.8.0
1212
flake8-comprehensions>=3.1.0
1313
flake8-rst>=0.6.0,<=0.7.0
14+
pyflakes>=2.2.0
1415
isort==4.3.21
1516
mypy==0.730
1617
pycodestyle
@@ -73,5 +74,4 @@ cftime
7374
pyreadstat
7475
tabulate>=0.8.3
7576
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

0 commit comments

Comments
 (0)