We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a46b91e + 34ca3f9 commit 4a22503Copy full SHA for 4a22503
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: double-quote-string-fixer
15
16
- repo: https://github.com/psf/black
17
- rev: 22.1.0
+ rev: 22.3.0
18
hooks:
19
- id: black
20
args: ["--line-length", "80", "--skip-string-normalization"]
@@ -33,13 +33,13 @@ repos:
33
- id: isort
34
35
- repo: https://github.com/pre-commit/mirrors-prettier
36
- rev: v2.5.1
+ rev: v2.6.2
37
38
- id: prettier
39
language_version: system
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: v0.931
+ rev: v0.942
43
44
- id: mypy
45
additional_dependencies: [
0 commit comments