Skip to content

Commit 071f884

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent faefc59 commit 071f884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.3.0
44
hooks:
55
- id: black
66
name: black
@@ -22,7 +22,7 @@ repos:
2222
- flake8-simplify
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.15.0
25+
rev: v3.15.2
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py310-plus]
@@ -66,7 +66,7 @@ repos:
6666
# additional_dependencies: [".[toml]"]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.8.0
69+
rev: v1.9.0
7070
hooks:
7171
- id: mypy
7272
language_version: python3.12

0 commit comments

Comments
 (0)