File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v4.6 .0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : end-of-file-fixer
@@ -14,12 +14,12 @@ repos:
14
14
- id : check-yaml
15
15
16
16
- repo : https://github.com/psf/black
17
- rev : 24.3.0
17
+ rev : 24.4.2
18
18
hooks :
19
19
- id : black-jupyter
20
20
21
21
- repo : https://github.com/PyCQA/flake8
22
- rev : 7.0 .0
22
+ rev : 7.1 .0
23
23
hooks :
24
24
- id : flake8
25
25
- repo : https://github.com/asottile/seed-isort-config
37
37
- id : prettier
38
38
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v1.9.0
40
+ rev : v1.10.1
41
41
hooks :
42
42
- id : mypy
43
43
additional_dependencies : [
Original file line number Diff line number Diff line change 172
172
# further. For a list of options available for each theme, see the
173
173
# documentation.
174
174
html_theme_options = {
175
- "search_bar_position" : "sidebar" ,
176
175
"github_url" : "https://github.com/xarray-contrib/xbatcher" ,
177
176
"switcher" : {
178
177
"json_url" : json_url ,
You can’t perform that action at this time.
0 commit comments