Skip to content

Commit 9b1e1b0

Browse files
[pre-commit.ci] pre-commit autoupdate (#6472)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0cd5285 commit 9b1e1b0

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
@@ -1,7 +1,7 @@
11
# https://pre-commit.com/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.1.0
4+
rev: v4.2.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.31.1
22+
rev: v2.32.0
2323
hooks:
2424
- id: pyupgrade
2525
args:

0 commit comments

Comments
 (0)