We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b669112 commit f9fd540Copy full SHA for f9fd540
ci/environment-dev.yaml
@@ -5,6 +5,7 @@ channels:
5
dependencies:
6
- Cython
7
- NumPy
8
+ - flake8
9
- moto
10
- pytest>=3.1
11
- python-dateutil>=2.5.0
ci/requirements_dev.txt
@@ -2,9 +2,10 @@
2
# Do not modify directly
3
Cython
4
NumPy
+flake8
moto
pytest>=3.1
python-dateutil>=2.5.0
pytz
setuptools>=3.3
-sphinx
+sphinx
0 commit comments