mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
|
rev: master # pick the isort version you'd like to use from https://github.com/pre-commit/mirrors-isort/releases
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- 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