diff --git a/setup.cfg b/setup.cfg
index 28cc5bb725f3df9aabb06092a3b443d209a4e9c8..f0ffa402ee7b53289e2a773c9e0208844a1cf55a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,6 +21,10 @@ disallow_untyped_defs = True
 [mypy-*.migrations*]
 ignore_errors = True
 
+# Exclude management commands globally - must be at end
+[mypy-*.management*]
+ignore_errors = True
+
 [flake8]
 ignore = E501,F405
 exclude = migrations,node_modules