Skip to content

Commit d329152

Browse files
[pre-commit.ci] pre-commit autoupdate (#491)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b9fd3ea commit d329152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
additional_dependencies:
3333
- tomli==2.0.1
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.19.0
35+
rev: v3.19.1
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py39-plus]
@@ -61,7 +61,7 @@ repos:
6161
- flake8-logging
6262
- flake8-tidy-imports
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.13.0
64+
rev: v1.14.1
6565
hooks:
6666
- id: mypy
6767
additional_dependencies:

0 commit comments

Comments
 (0)