Skip to content

Commit 6ddf03a

Browse files
authored
Merge pull request #1042 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 06de24d + 5fc98fa commit 6ddf03a

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)