I\'m using mypy in my python project for type checking. I\'m also using PyYAML for reading and writing the project configuration files. Unfortunately, when using the recommended
I would rather config it in mypy.ini
mypy.ini
For example, to ignore Django migrations:
[mypy-*.migrations.*] ignore_errors = True