Default to follow-imports = normal instead

This commit is contained in:
Tzu-ping Chung 2021-03-16 00:32:18 +08:00
parent c76e9c4d8e
commit e2892355d8
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ per-file-ignores =
tests/*: B011
[mypy]
follow_imports = silent
ignore_missing_imports = True
disallow_untyped_defs = True
disallow_any_generics = True