Skip to content

Commit 0862910

Browse files
authored
Merge pull request #173 from chriskuehl/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 87e4158 + 49abb19 commit 0862910

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)