Skip to content

Commit 5fc98fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent 06de24d commit 5fc98fa

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.15.0
13+
rev: v3.16.0
1414
hooks:
1515
- id: reorder-python-imports
1616
args: [--py310-plus, --add-import, 'from __future__ import annotations']
1717
- id: reorder-python-imports
1818
- repo: https://github.com/asottile/add-trailing-comma
19-
rev: v3.2.0
19+
rev: v4.0.0
2020
hooks:
2121
- id: add-trailing-comma
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.20.0
23+
rev: v3.21.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py310-plus]

0 commit comments

Comments
 (0)