namespace_packages = True to mypy.ini

This commit is contained in:
J.Townsend 2021-08-02 16:58:58 +01:00 committed by GitHub
parent 7d0ff77ea9
commit e6a598a388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
[mypy]
ignore_missing_imports = True
show_traceback = True
show_error_codes = True
show_error_codes = True
namespace_packages = True