File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
repos :
3
3
# isort should run before black as black sometimes tweaks the isort output
4
4
- repo : https://github.com/PyCQA/isort
5
- rev : 5.5 .4
5
+ rev : 5.6 .4
6
6
hooks :
7
7
- id : isort
8
8
# https://github.com/python/black#version-control-integration
@@ -11,11 +11,11 @@ repos:
11
11
hooks :
12
12
- id : black
13
13
- repo : https://github.com/keewis/blackdoc
14
- rev : v0.2
14
+ rev : v0.3
15
15
hooks :
16
16
- id : blackdoc
17
17
- repo : https://gitlab.com/pycqa/flake8
18
- rev : 3.8.3
18
+ rev : 3.8.4
19
19
hooks :
20
20
- id : flake8
21
21
- repo : https://github.com/pre-commit/mirrors-mypy
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies:
22
22
- isort
23
23
- lxml # Optional dep of pydap
24
24
- matplotlib
25
- - mypy=0.780 # Must match .pre-commit-config.yaml
25
+ - mypy=0.782 # Must match .pre-commit-config.yaml
26
26
- nc-time-axis
27
27
- netcdf4
28
28
- numba
You can’t perform that action at this time.
0 commit comments