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:
16
16
- cython>=0.28.2
17
17
18
18
# code checks
19
+ - cpplint
19
20
- flake8
20
21
- flake8-comprehensions # used by flake8, linting of unnecessary comprehensions
21
22
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
22
23
- isort # check that imports are in the right order
23
24
- mypy
24
25
- pycodestyle # used by flake8
25
- - pip :
26
- - cpplint
27
26
28
27
# documentation
29
28
- 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
3
3
pytz
4
4
asv
5
5
cython >= 0.28.2
6
+ cpplint
6
7
flake8
7
8
flake8-comprehensions
8
9
flake8-rst >= 0.6.0 ,<= 0.7.0
9
10
isort
10
11
mypy
11
12
pycodestyle
12
- cpplint
13
13
gitpython
14
14
sphinx
15
15
numpydoc >= 0.9.0
You can’t perform that action at this time.
0 commit comments