mirror of
https://github.com/home-assistant/core.git
synced 2026-04-19 08:19:26 +01:00
Run mypy in pre-commit (#27339)
* Move mypy files config to setup.cfg * Add mypy in pre-commit
This commit is contained in:
committed by
Paulus Schoutsen
parent
d345b58ce6
commit
3e6b9a17cc
@@ -13,3 +13,7 @@ repos:
|
||||
additional_dependencies:
|
||||
- flake8-docstrings==1.3.1
|
||||
- pydocstyle==4.0.0
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy.git
|
||||
rev: v0.730
|
||||
hooks:
|
||||
- id: mypy
|
||||
|
||||
Reference in New Issue
Block a user