diff --git a/setup.cfg b/setup.cfg index ffb9ab00..4ed2ef02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,8 +15,5 @@ ignore = N806, N802, N801, N803 ignore = D102,D104,D203,D105,D213 match-dir = [^migrations] -[wheel] -universal = 1 - [isort] profile=black