Skip to content

Commit 57a3f00

Browse files
[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) - [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/add-trailing-comma: v2.2.2 → v2.2.3](asottile/add-trailing-comma@v2.2.2...v2.2.3)
1 parent f7a08c6 commit 57a3f00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-docstring-first
@@ -25,17 +25,17 @@ repos:
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.31.1
28+
rev: v2.32.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.0.1
33+
rev: v3.1.0
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py3-plus]
3737
- repo: https://github.com/asottile/add-trailing-comma
38-
rev: v2.2.2
38+
rev: v2.2.3
3939
hooks:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]

0 commit comments

Comments
 (0)