Skip to content

Commit 34beebb

Browse files
authored
Merge pull request #164 from chriskuehl/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents bd3e2d5 + 5c3417c commit 34beebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: reorder-python-imports
2626
args: [--py39-plus, --add-import, 'from __future__ import annotations']
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.19.0
28+
rev: v3.19.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py39-plus]
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.13.0
37+
rev: v1.14.0
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)