diff --git a/setup.cfg b/setup.cfg index 7609b1a5..c6ef7173 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,8 @@ disable = missing-module-docstring, missing-class-docstring, missing-function-docstring, + wrong-import-order, + ungrouped-imports, wrong-import-position, protected-access, no-name-in-module,