Skip to content

Commit e71c7b4

Browse files
authored
Update pre-commit hook versions (#4567)
* update the pre-commit hook versions * update mypy to match the other ci environments
1 parent f10a6fe commit e71c7b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
# isort should run before black as black sometimes tweaks the isort output
44
- repo: https://github.com/PyCQA/isort
5-
rev: 5.5.4
5+
rev: 5.6.4
66
hooks:
77
- id: isort
88
# https://github.com/python/black#version-control-integration
@@ -11,11 +11,11 @@ repos:
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/keewis/blackdoc
14-
rev: v0.2
14+
rev: v0.3
1515
hooks:
1616
- id: blackdoc
1717
- repo: https://gitlab.com/pycqa/flake8
18-
rev: 3.8.3
18+
rev: 3.8.4
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/pre-commit/mirrors-mypy

ci/requirements/py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- isort
2323
- lxml # Optional dep of pydap
2424
- matplotlib
25-
- mypy=0.780 # Must match .pre-commit-config.yaml
25+
- mypy=0.782 # Must match .pre-commit-config.yaml
2626
- nc-time-axis
2727
- netcdf4
2828
- numba

0 commit comments

Comments
 (0)