Luke Zhu created BEAM-3745:
------------------------------

             Summary: isort and pylint conflicting rules
                 Key: BEAM-3745
                 URL: https://issues.apache.org/jira/browse/BEAM-3745
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py-core
            Reporter: Luke Zhu
            Assignee: Ahmet Altay


isort places "import ..." statements before "from ... import ..." statements. 
This sometimes triggers the ungrouped-imports rule in pylint.

 

Since isort cannot be configured, the easiest way to resolve this would be to 
disable the pylint rule. It would also be good to remove the respective inline 
pylint comments as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to