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 ce9b07c commit 050ba5bCopy full SHA for 050ba5b
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ exclude: >
11
repos:
12
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.2.0
+ rev: v4.3.0
15
hooks:
16
- id: check-json
17
- id: check-yaml
@@ -24,7 +24,7 @@ repos:
24
- id: isort
25
26
- repo: https://github.com/psf/black
27
- rev: 22.3.0
+ rev: 22.6.0
28
29
- id: black
30
@@ -35,6 +35,6 @@ repos:
35
additional_dependencies: [flake8-bugbear==21.3.1]
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v0.942
+ rev: v0.961
39
40
- id: mypy
0 commit comments