1
0
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:
Ville Skyttä
2019-10-09 00:45:24 +03:00
committed by Paulus Schoutsen
parent d345b58ce6
commit 3e6b9a17cc
5 changed files with 15 additions and 49 deletions

View File

@@ -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