[mypy] # Exclude migration scripts (post-migrate.py etc.) from mypy checks to avoid # duplicate module name errors when multiple addons include scripts with the # same filename. exclude = .*/migrations/.*