Skip to content

Commit

Permalink
DEPS: Using cpplint from conda-forge (#26693)
Browse files Browse the repository at this point in the history
* DEPS: Using cpplint from conda-forge
  • Loading branch information
datapythonista authored and TomAugspurger committed Jun 7, 2019
1 parent 649ad5c commit 35264ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions environment.yml
Expand Up @@ -16,14 +16,13 @@ dependencies:
- cython>=0.28.2

# code checks
- cpplint
- flake8
- flake8-comprehensions # used by flake8, linting of unnecessary comprehensions
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
- isort # check that imports are in the right order
- mypy
- pycodestyle # used by flake8
- pip:
- cpplint

# documentation
- gitpython # obtain contributors from git for whatsnew
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -3,13 +3,13 @@ python-dateutil>=2.5.0
pytz
asv
cython>=0.28.2
cpplint
flake8
flake8-comprehensions
flake8-rst>=0.6.0,<=0.7.0
isort
mypy
pycodestyle
cpplint
gitpython
sphinx
numpydoc>=0.9.0
Expand Down

0 comments on commit 35264ca

Please sign in to comment.