Skip to content

Commit 85a98e1

Browse files
authored
Merge pull request #126 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1443f2e + 9232e48 commit 85a98e1

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
@@ -18,12 +18,12 @@ repos:
1818
hooks:
1919
- id: autopep8
2020
- repo: https://github.com/asottile/reorder_python_imports
21-
rev: v2.7.1
21+
rev: v3.0.1
2222
hooks:
2323
- id: reorder-python-imports
2424
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.31.0
26+
rev: v2.31.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
@@ -33,7 +33,7 @@ repos:
3333
- id: add-trailing-comma
3434
args: [--py36-plus]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v0.931
36+
rev: v0.940
3737
hooks:
3838
- id: mypy
3939
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)