Skip to content

Commit 674029a

Browse files
pre-commit: autoupdate hook versions (#100)
* pre-commit: autoupdate hook versions * update the environment Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Keewis <[email protected]>
1 parent 9ca39b4 commit 674029a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
- id: isort
1515
# https://github.com/python/black#version-control-integration
1616
- repo: https://github.com/python/black
17-
rev: 21.4b2
17+
rev: 21.5b0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/keewis/blackdoc
2121
rev: v0.3.3
2222
hooks:
2323
- id: blackdoc
2424
- repo: https://gitlab.com/pycqa/flake8
25-
rev: 3.9.1
25+
rev: 3.9.2
2626
hooks:
2727
- id: flake8

docs/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pint>=0.14
22
xarray>=0.16.0
3+
pooch
34
netCDF4
4-
sphinx>=3.2
5+
sphinx<4
56
sphinx_rtd_theme
67
ipython
78
ipykernel

0 commit comments

Comments
 (0)