match4everyone / match4everything

Other
7 stars 0 forks source link

Fix isort regex #180

Closed bjrne closed 4 years ago

Baschdl commented 4 years ago

@bjrne I get a formatting loop with

from match4everyone.configuration.A import A
from match4everyone.configuration.B import B

from apps.matching.admin import (
    profile_visible_for_A,
    profile_visible_for_B,
    profile_visible_for_other_A,
    profile_visible_for_other_B,
    required_at_least_one,
)

now.

bjrne commented 4 years ago

Yes, isort was not working with the flawed regex. Fix is in #184 and already merged into your PRs :)