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 b5a3cf4 commit d66cc08Copy full SHA for d66cc08
.pre-commit-config.yaml
@@ -18,12 +18,12 @@ repos:
18
)$
19
- id: check-merge-conflict
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.3.1
+ rev: v3.9.0
22
hooks:
23
- id: pyupgrade
24
args: ["--py38-plus"]
25
- repo: https://github.com/psf/black
26
- rev: 23.3.0
+ rev: 23.7.0
27
28
- id: black
29
language_version: python3
@@ -50,7 +50,7 @@ repos:
50
51
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
52
- repo: https://github.com/pre-commit/mirrors-mypy
53
- rev: v1.2.0
+ rev: v1.4.1
54
55
- id: mypy
56
additional_dependencies:
0 commit comments