We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649ad5c commit 35264caCopy full SHA for 35264ca
environment.yml
@@ -16,14 +16,13 @@ dependencies:
16
- cython>=0.28.2
17
18
# code checks
19
+ - cpplint
20
- flake8
21
- flake8-comprehensions # used by flake8, linting of unnecessary comprehensions
22
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
23
- isort # check that imports are in the right order
24
- mypy
25
- pycodestyle # used by flake8
- - pip:
26
- - cpplint
27
28
# documentation
29
- gitpython # obtain contributors from git for whatsnew
requirements-dev.txt
@@ -3,13 +3,13 @@ python-dateutil>=2.5.0
3
pytz
4
asv
5
cython>=0.28.2
6
+cpplint
7
flake8
8
flake8-comprehensions
9
flake8-rst>=0.6.0,<=0.7.0
10
isort
11
mypy
12
pycodestyle
-cpplint
13
gitpython
14
sphinx
15
numpydoc>=0.9.0
0 commit comments