Skip to content

Remove ungrouped-imports from pylint

Compare
Choose a tag to compare
@robrap robrap released this 19 May 01:17
· 407 commits to master since this release
2722560

Pylint will no longer complain about ungrouped-imports. This rule was incompatible
with the isort rules that group import x together before from x import y, which
would sometimes separate rules for the same repo.