Skip to content

Commit f955719

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.1.0](asottile/reorder-python-imports@v3.0.1...v3.1.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.1](asottile/pyupgrade@v2.31.1...v2.32.1) - [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 de7bebf commit f955719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.0.1
3+
rev: v3.1.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.31.1
7+
rev: v2.32.1
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)