Skip to content

Commit fd23871

Browse files
[pre-commit.ci] pre-commit autoupdate (#3315)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 471c788 commit fd23871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: (^docs/_vendor/|.*pb2.*)
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -43,7 +43,7 @@ repos:
4343
- id: golangci-lint
4444
args: [--new-from-patch=/tmp/diff.patch]
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.2.2
46+
rev: v3.3.0
4747
hooks:
4848
- id: pyupgrade
4949
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)