Skip to content

Add imports_first config support #4

@miki725

Description

@miki725

Imports could be ordered either:

import a
import z
from a import b
from z import y

or

import a
from a import b
import z
from z import y

There should be a config to determine style. Default should be imports first (my preference).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions