mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Apply typing to all of pre-commit-hooks
This commit is contained in:
parent
63cc3414e9
commit
030bfac7e4
54 changed files with 401 additions and 264 deletions
|
|
@ -27,7 +27,7 @@ repos:
|
|||
rev: v1.3.5
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
language_version: python2.7
|
||||
language_version: python3
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v1.11.1
|
||||
hooks:
|
||||
|
|
@ -36,3 +36,8 @@ repos:
|
|||
rev: v0.7.1
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.660
|
||||
hooks:
|
||||
- id: mypy
|
||||
language_version: python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue