Skip to content

Commit 7745a09

Browse files
pre-commit-ci[bot]flub
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 7037b94 commit 7745a09

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
@@ -11,7 +11,7 @@ repos:
1111
- id: blacken-docs
1212
additional_dependencies: [black==20.8b1]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.1.0
14+
rev: v4.2.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: reorder-python-imports
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.31.1
43+
rev: v2.32.0
4444
hooks:
4545
- id: pyupgrade
4646
args: [--keep-percent-format, --py36-plus]

0 commit comments

Comments
 (0)