Enable type checking in scripts too

This commit is contained in:
Marco Castelluccio 2020-04-07 12:06:24 +02:00
Родитель 3324040bd9
Коммит c4f1be3e4a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -51,8 +51,8 @@ repos:
hooks:
- id: mypy
name: mypy-bugbug
files: ^bugbug/
entry: mypy bugbug/
files: ^bugbug/|^scripts/
entry: mypy bugbug/ scripts/
pass_filenames: false
- id: mypy
name: mypy-bugbug-http