10000 Merge branch 'main' into codeautolink · xarray-contrib/xarray-tutorial@5083589 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5083589

Browse files
authored
Merge branch 'main' into codeautolink
2 parents ebbb121 + 640ec59 commit 5083589

File tree

3 files changed

+460
-149
lines changed

3 files changed

+460
-149
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -13,18 +13,18 @@ repos:
1313
- id: double-quote-string-fixer
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.8.0
16+
rev: 22.10.0
1717
hooks:
1818
- id: black
1919
- id: black-jupyter
2020

2121
- repo: https://github.com/keewis/blackdoc
22-
rev: v0.3.7
22+
rev: v0.3.8
2323
hooks:
2424
- id: blackdoc
2525

2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 5.0.4
27+
rev: 6.0.0
2828
hooks:
2929
- id: flake8
3030

@@ -38,7 +38,7 @@ repos:
3838
- id: isort
3939

4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: v3.0.0-alpha.0
41+
rev: v3.0.0-alpha.4
4242
hooks:
4343
- id: prettier
4444

0 commit comments

Comments
 (0)
0