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.
1 parent d3e1c2f commit 19b0e39Copy full SHA for 19b0e39
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.1.0
+ rev: v4.3.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
14
- id: double-quote-string-fixer
15
16
- repo: https://github.com/psf/black
17
- rev: 22.3.0
+ rev: 22.6.0
18
19
- id: black
20
args: ["--line-length", "80", "--skip-string-normalization"]
@@ -33,12 +33,12 @@ repos:
33
- id: isort
34
35
- repo: https://github.com/pre-commit/mirrors-prettier
36
- rev: v2.6.2
+ rev: v2.7.1
37
38
- id: prettier
39
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v0.942
+ rev: v0.961
42
43
- id: mypy
44
additional_dependencies: [
0 commit comments