Skip to content

Commit c7bb376

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
1 parent cdec344 commit c7bb376

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 @@ repos:
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.31.1
7+
rev: v2.32.0
88
hooks:
99
- id: pyupgrade
1010
args: ['--py36-plus']
@@ -14,7 +14,7 @@ repos:
1414
- id: black
1515
language_version: python3
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.1.0
17+
rev: v4.2.0
1818
hooks:
1919
- id: fix-byte-order-marker
2020
- id: trailing-whitespace

0 commit comments

Comments
 (0)