Run pre-commit autoupdate
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
bf63870510
commit
472d8acd28
|
|
@ -21,11 +21,11 @@ repos:
|
|||
- id: reorder-python-imports
|
||||
args: [--py3-plus]
|
||||
- repo: https://github.com/asottile/add-trailing-comma
|
||||
rev: v0.8.0
|
||||
rev: v1.0.0
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
args: [--py36-plus]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.670
|
||||
rev: v0.670-1
|
||||
hooks:
|
||||
- id: mypy
|
||||
|
|
|
|||
Loading…
Reference in New Issue