Skip to content

Commit 35264ca

Browse files
datapythonistaTomAugspurger
authored andcommitted
DEPS: Using cpplint from conda-forge (#26693)
* DEPS: Using cpplint from conda-forge
1 parent 649ad5c commit 35264ca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ dependencies:
1616
- cython>=0.28.2
1717

1818
# code checks
19+
- cpplint
1920
- flake8
2021
- flake8-comprehensions # used by flake8, linting of unnecessary comprehensions
2122
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
2223
- isort # check that imports are in the right order
2324
- mypy
2425
- pycodestyle # used by flake8
25-
- pip:
26-
- cpplint
2726

2827
# documentation
2928
- gitpython # obtain contributors from git for whatsnew

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ python-dateutil>=2.5.0
33
pytz
44
asv
55
cython>=0.28.2
6+
cpplint
67
flake8
78
flake8-comprehensions
89
flake8-rst>=0.6.0,<=0.7.0
910
isort
1011
mypy
1112
pycodestyle
12-
cpplint
1313
gitpython
1414
sphinx
1515
numpydoc>=0.9.0

0 commit comments

Comments
 (0)