Skip to content

Commit 85db7df

Browse files
authored
Merge pull request #741 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents da7c2b3 + aabb477 commit 85db7df

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
@@ -22,12 +22,12 @@ repos:
2222
hooks:
2323
- id: autopep8
2424
- repo: https://github.com/asottile/reorder_python_imports
25-
rev: v2.7.1
25+
rev: v3.0.1
2626
hooks:
2727
- id: reorder-python-imports
2828
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.31.0
30+
rev: v2.31.1
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py37-plus]
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v0.931
44+
rev: v0.940
4545
hooks:
4646
- id: mypy
4747
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)