Skip to content

Commit f92f079

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [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.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
1 parent 9559fe8 commit f92f079

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^tests/fixtures/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-yaml
77
- id: debug-statements
@@ -13,16 +13,16 @@ repos:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py38-plus]
1515
- repo: https://github.com/psf/black
16-
rev: 23.12.1
16+
rev: 24.4.2
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.15.0
20+
rev: v3.15.2
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.8.0
25+
rev: v1.10.0
2626
hooks:
2727
- id: mypy
2828
exclude: ^(docs/|tests/)

0 commit comments

Comments
 (0)