Skip to content

Commit a31c005

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [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 a31c005

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
@@ -22,12 +22,12 @@ repos:
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.17.0
25+
rev: v3.19.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py37-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.11.2
30+
rev: v1.14.1
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:
@@ -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)