diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ warn_unused_ignores = True [mypy-astroid.*] ignore_missing_imports = True +[mypy-tests.*] +ignore_missing_imports = True + [mypy-coverage] ignore_missing_imports = True |
