Skip to content

Commit 8ba31ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) - [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](pre-commit/mirrors-mypy@v0.960...v0.961)
1 parent f1a6bd8 commit 8ba31ae

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/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-case-conflict
@@ -34,7 +34,7 @@ repos:
3434
- id: prettier
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.32.1
37+
rev: v2.34.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
@@ -52,7 +52,7 @@ repos:
5252
stages: [manual]
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: v0.960
55+
rev: v0.961
5656
hooks:
5757
- id: mypy
5858
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)