Skip to content

Commit 17775d6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent c4f5c99 commit 17775d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.2.0
3+
rev: 24.3.0
44
hooks:
55
- id: black
66
name: black
@@ -57,7 +57,7 @@ repos:
5757
)
5858
5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.8.0
60+
rev: v1.9.0
6161
hooks:
6262
- id: mypy
6363
language_version: python3.12

0 commit comments

Comments
 (0)