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 fcdce94 commit 7c66e94Copy full SHA for 7c66e94
.pre-commit-config.yaml
@@ -6,21 +6,21 @@ repos:
6
name: "Python: analysis"
7
8
- repo: "https://github.com/pre-commit/mirrors-mypy"
9
- rev: "v0.991"
+ rev: "v1.0.0"
10
hooks:
11
- id: "mypy"
12
name: "Python: types"
13
additional_dependencies:
14
- "types-all"
15
16
- repo: https://github.com/pycqa/isort
17
- rev: "5.10.1"
+ rev: "5.12.0"
18
19
- id: isort
20
args: [ "--profile", "black"]
21
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
- rev: "v4.3.0"
+ rev: "v4.4.0"
24
25
- id: check-yaml
26
args: [--unsafe]
0 commit comments