Skip to content

Commit 5f8470b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](asottile/reorder-python-imports@v3.8.2...v3.8.3) - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](asottile/add-trailing-comma@v2.2.3...v2.3.0) - [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](asottile/pyupgrade@v2.38.0...v2.38.2)
1 parent 7c76abf commit 5f8470b

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
@@ -10,17 +10,17 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v3.8.2
13+
rev: v3.8.3
1414
hooks:
1515
- id: reorder-python-imports
1616
args: [--py36-plus]
1717
- repo: https://github.com/asottile/add-trailing-comma
18-
rev: v2.2.3
18+
rev: v2.3.0
1919
hooks:
2020
- id: add-trailing-comma
2121
args: [--py36-plus]
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.38.0
23+
rev: v2.38.2
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py36-plus]

0 commit comments

Comments
 (0)