Skip to content

Commit 277c9e7

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
<!--pre-commit.ci start--> updates: - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0) - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1779189 commit 277c9e7

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,12 +10,12 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v2.4.0
13+
rev: v2.5.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
args: ['--min-py-version', '3.8']
1717
- repo: https://github.com/asottile/reorder-python-imports
18-
rev: v3.11.0
18+
rev: v3.12.0
1919
hooks:
2020
- id: reorder-python-imports
2121
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: add-trailing-comma
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.13.0
27+
rev: v3.14.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py38-plus]

0 commit comments

Comments
 (0)