Skip to content

Commit 49abb19

Browse files
pre-commit-ci[bot]asottile
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 87e4158 commit 49abb19

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
@@ -20,12 +20,12 @@ repos:
2020
hooks:
2121
- id: autopep8
2222
- repo: https://github.com/asottile/reorder-python-imports
23-
rev: v3.14.0
23+
rev: v3.15.0
2424
hooks:
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.1
28+
rev: v3.20.0
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.15.0
37+
rev: v1.16.0
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)