Skip to content

Commit a897081

Browse files
[pre-commit.ci] pre-commit autoupdate (#4)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7ade5ee commit a897081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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: debug-statements
66
- id: double-quote-string-fixer
@@ -25,12 +25,12 @@ repos:
2525
hooks:
2626
- id: add-trailing-comma
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.32.1
28+
rev: v2.34.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.960
33+
rev: v0.961
3434
hooks:
3535
- id: mypy
3636
exclude: ^tests/

0 commit comments

Comments
 (0)