Skip to content

Commit 8876c49

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

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 @@ ci:
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: trailing-whitespace
99
- id: end-of-file-fixer
@@ -45,7 +45,7 @@ repos:
4545
- pep8-naming==0.12.1
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v2.32.1
48+
rev: v2.34.0
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py37-plus]

0 commit comments

Comments
 (0)