Skip to content

Commit c57014a

Browse files
authored
Merge pull request #425 from asottile/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6ec69ec + 797ae06 commit c57014a

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,7 +10,7 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v2.8.0
13+
rev: v3.1.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/asottile/reorder-python-imports
@@ -19,11 +19,11 @@ repos:
1919
- id: reorder-python-imports
2020
args: [--py310-plus, --add-import, 'from __future__ import annotations']
2121
- repo: https://github.com/asottile/add-trailing-comma
22-
rev: v3.2.0
22+
rev: v4.0.0
2323
hooks:
2424
- id: add-trailing-comma
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.20.0
26+
rev: v3.21.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py310-plus]

0 commit comments

Comments
 (0)