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 c4f5c99 commit bdc8c69Copy full SHA for bdc8c69
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.2.0
+ rev: 24.4.0
4
hooks:
5
- id: black
6
name: black
@@ -23,7 +23,7 @@ repos:
23
args: [--max-line-length=88]
24
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.15.1
+ rev: v3.15.2
27
28
- id: pyupgrade
29
args: [--py310-plus]
@@ -35,7 +35,7 @@ repos:
35
args: [--force-single-line-imports]
36
37
- repo: https://github.com/pre-commit/pre-commit-hooks
38
- rev: v4.5.0
+ rev: v4.6.0
39
40
- id: check-builtin-literals
41
- id: check-added-large-files
@@ -57,7 +57,7 @@ repos:
57
)
58
59
- repo: https://github.com/pre-commit/mirrors-mypy
60
- rev: v1.8.0
+ rev: v1.9.0
61
62
- id: mypy
63
language_version: python3.12
0 commit comments