Skip to content

Commit 6432fc2

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 1003bea commit 6432fc2

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
@@ -29,12 +29,12 @@ repos:
2929
- flake8-typing-imports==1.9.0
3030
- flake8-docstrings==1.5.0
3131
- repo: https://github.com/asottile/reorder_python_imports
32-
rev: v2.3.6
32+
rev: v2.4.0
3333
hooks:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.9.0
37+
rev: v2.10.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]
@@ -43,7 +43,7 @@ repos:
4343
hooks:
4444
- id: setup-cfg-fmt
4545
- repo: https://github.com/pre-commit/pygrep-hooks
46-
rev: v1.7.0
46+
rev: v1.7.1
4747
hooks:
4848
- id: python-use-type-annotations
4949
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)