File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ python-dateutil>=2.5.0
33pytz
44asv
55cython >= 0.28.2
6+ cpplint
67flake8
78flake8-comprehensions
89flake8-rst >= 0.6.0 ,<= 0.7.0
910isort
1011mypy
1112pycodestyle
12- cpplint
1313gitpython
1414sphinx
1515numpydoc >= 0.9.0
You can’t perform that action at this time.
0 commit comments