We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca39b4 commit 674029aCopy full SHA for 674029a
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
- id: isort
15
# https://github.com/python/black#version-control-integration
16
- repo: https://github.com/python/black
17
- rev: 21.4b2
+ rev: 21.5b0
18
hooks:
19
- id: black
20
- repo: https://github.com/keewis/blackdoc
21
rev: v0.3.3
22
23
- id: blackdoc
24
- repo: https://gitlab.com/pycqa/flake8
25
- rev: 3.9.1
+ rev: 3.9.2
26
27
- id: flake8
docs/requirements.txt
@@ -1,7 +1,8 @@
1
pint>=0.14
2
xarray>=0.16.0
3
+pooch
4
netCDF4
-sphinx>=3.2
5
+sphinx<4
6
sphinx_rtd_theme
7
ipython
8
ipykernel
0 commit comments