mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 09:11:34 +00:00
feat: add mypy hook
This commit is contained in:
parent
5a86e0ac4c
commit
46957d731f
1 changed files with 5 additions and 0 deletions
|
|
@ -24,3 +24,8 @@ repos:
|
|||
rev: master # pick the isort version you'd like to use from https://github.com/pre-commit/mirrors-isort/releases
|
||||
hooks:
|
||||
- id: isort
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: 'v0.770' # pick sha/tag from https://github.com/pre-commit/mirrors-mypy
|
||||
hooks:
|
||||
- id: mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue