Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 632b935

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0)
1 parent db23113 commit 632b935

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,11 +10,11 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v2.5.0
13+
rev: v2.7.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/asottile/reorder-python-imports
17-
rev: v3.13.0
17+
rev: v3.14.0
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: add-trailing-comma
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.17.0
30+
rev: v3.18.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py39-plus]

0 commit comments

Comments
 (0)