Skip to content

Commit e4d3798

Browse files
[pre-commit.ci] pre-commit autoupdate (#924)
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 36e8742 commit e4d3798

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.2.0
6+
rev: v4.3.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.32.1
17+
rev: v2.34.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py37-plus]
@@ -42,6 +42,6 @@ repos:
4242
- flake8-tidy-imports
4343
- flake8-typing-imports
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.960
45+
rev: v0.961
4646
hooks:
4747
- id: mypy

0 commit comments

Comments
 (0)