1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

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