We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ef8b6 commit 950b979Copy full SHA for 950b979
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.12.1
+ rev: 24.3.0
4
hooks:
5
- id: black
6
name: black
@@ -42,7 +42,7 @@ repos:
42
language: python
43
44
- repo: https://github.com/asottile/pyupgrade
45
- rev: v3.15.0
+ rev: v3.15.2
46
47
- id: pyupgrade
48
args: [--py310-plus]
@@ -54,7 +54,7 @@ repos:
54
args: [--py310-plus, --add-import, "from __future__ import annotations"]
55
56
- repo: https://github.com/pre-commit/pre-commit-hooks
57
- rev: v4.5.0
+ rev: v4.6.0
58
59
- id: check-builtin-literals
60
- id: check-added-large-files
@@ -86,7 +86,7 @@ repos:
86
additional_dependencies: [".[toml]"]
87
88
- repo: https://github.com/pre-commit/mirrors-mypy
89
- rev: v1.8.0
+ rev: v1.9.0
90
91
- id: mypy
92
language_version: python3.12
0 commit comments