Skip to content

Commit 4a22503

Browse files
author
Max Jones
committed
Merge branch 'main' into fix-loader-docs
2 parents a46b91e + 34ca3f9 commit 4a22503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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)