Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 31059bf

Browse files
authoredOct 14, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0)
1 parent 3b31f12 commit 31059bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.17.0
25+
rev: v3.18.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py37-plus]
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: gitlint
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v2.5.0
42+
rev: v2.7.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
args: [--min-py3-version, '3.7']

0 commit comments

Comments
 (0)
Please sign in to comment.