Skip to content

Commit 4870f99

Browse files
pre-commit-ci[bot]ionelmc
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0) - [github.com/asottile/pyupgrade: v2.29.1 → v2.32.1](asottile/pyupgrade@v2.29.1...v2.32.1)
1 parent 4cfbe14 commit 4870f99

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
@@ -4,7 +4,7 @@
44
# pre-commit install-hooks
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v4.2.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.29.1
22+
rev: v2.32.1
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py36-plus]

0 commit comments

Comments
 (0)