Skip to content

Commit 4a13ebd

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/add-trailing-comma: v2.2.2 → v2.2.3](asottile/add-trailing-comma@v2.2.2...v2.2.3)
1 parent f7a08c6 commit 4a13ebd

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,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,7 +25,7 @@ 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]
@@ -35,7 +35,7 @@ repos:
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)