Skip to content

Commit 34ca3f9

Browse files
author
Joe Hamman
authored
Merge pull request #57 from pangeo-data/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4254e4f + 7ec3fee commit 34ca3f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: double-quote-string-fixer
1515

1616
- repo: https://github.com/psf/black
17-
rev: 22.1.0
17+
rev: 22.3.0
1818
hooks:
1919
- id: black
2020
args: ["--line-length", "80", "--skip-string-normalization"]
@@ -33,13 +33,13 @@ repos:
3333
- id: isort
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v2.5.1
36+
rev: v2.6.2
3737
hooks:
3838
- id: prettier
3939
language_version: system
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v0.931
42+
rev: v0.942
4343
hooks:
4444
- id: mypy
4545
additional_dependencies: [

0 commit comments

Comments
 (0)