pylint: Consider all imports as absolute.
This should have no impact on existing code as pylint is ran on a named temporary file anyway but it avoids useless checks for relative imports and thus is slightly faster.
Showing
Please register or sign in to comment