Skip to content

Commit 9be3bc1

Browse files
authored
Merge pull request #161 from chriskuehl/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 78ef17f + e2338ae commit 9be3bc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ repos:
2020
hooks:
2121
- id: autopep8
2222
- repo: https://github.com/asottile/reorder-python-imports
23-
rev: v3.13.0
23+
rev: v3.14.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.17.0
28+
rev: v3.18.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py39-plus]
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.5.0
33+
rev: v2.7.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.11.2
37+
rev: v1.12.1
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)