Skip to content

Commit f556f5f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
1 parent b0ef8b6 commit f556f5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.12.1
3+
rev: 24.4.2
44
hooks:
55
- id: black
66
name: black
@@ -42,19 +42,19 @@ repos:
4242
language: python
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.15.0
45+
rev: v3.16.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py310-plus]
4949

5050
- repo: https://github.com/asottile/reorder-python-imports
51-
rev: v3.12.0
51+
rev: v3.13.0
5252
hooks:
5353
- id: reorder-python-imports
5454
args: [--py310-plus, --add-import, "from __future__ import annotations"]
5555

5656
- repo: https://github.com/pre-commit/pre-commit-hooks
57-
rev: v4.5.0
57+
rev: v4.6.0
5858
hooks:
5959
- id: check-builtin-literals
6060
- id: check-added-large-files
@@ -86,7 +86,7 @@ repos:
8686
additional_dependencies: [".[toml]"]
8787

8888
- repo: https://github.com/pre-commit/mirrors-mypy
89-
rev: v1.8.0
89+
rev: v1.10.0
9090
hooks:
9191
- id: mypy
9292
language_version: python3.12

0 commit comments

Comments
 (0)