Skip to content

Commit 5331b4c

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.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1) - [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.2.0](Lucas-C/pre-commit-hooks@v1.1.13...v1.2.0)
1 parent 01904ef commit 5331b4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ repos:
2727
hooks:
2828
- id: autopep8
2929
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v3.0.1
30+
rev: v3.1.0
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.32.0
34+
rev: v2.32.1
3535
hooks:
3636
- id: pyupgrade
3737
args: ['--py36-plus']
@@ -41,7 +41,7 @@ repos:
4141
- id: add-trailing-comma
4242
args: ['--py36-plus']
4343
- repo: https://github.com/Lucas-C/pre-commit-hooks
44-
rev: v1.1.13
44+
rev: v1.2.0
4545
hooks:
4646
- id: remove-tabs
4747

0 commit comments

Comments
 (0)