Imports
Parameters
-
allow-any-import-level
(default: ``)List of modules that can be imported at any level, not just the top level one.
-
allow-wildcard-with-all
(default:False
)Allow wildcard imports from modules that define all.
-
deprecated-modules
(default: ``)Deprecated modules which should not be used, separated by a comma.
-
ext-import-graph
(default: ``)Output a graph (.gv or any supported image format) of external dependencies to the given file (report RP0402 must not be disabled).
-
import-graph
(default: ``)Output a graph (.gv or any supported image format) of all (i.e. internal and external) dependencies to the given file (report RP0402 must not be disabled).
-
int-import-graph
(default: ``)Output a graph (.gv or any supported image format) of internal dependencies to the given file (report RP0402 must not be disabled).
-
known-standard-library
(default: ``)Force import order to recognize a module as part of the standard compatibility libraries.
-
known-third-party
(default:enchant
)Force import order to recognize a module as part of a third party library.
-
preferred-modules
(default: ``)Couples of modules and preferred modules, separated by a comma.