Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[isort]: support submodules in known_(first|third)_party config options #3768

Merged
merged 4 commits into from
Mar 29, 2023

Commits on Mar 28, 2023

  1. fix(isort): support submodules in known_*_party

    Allow submodules to be specified in know_first_party and
    known_third_party config options.
    
    When two entries in config options share the same prefix, the longest
    match wins.
    
    Fixes astral-sh#3059
    astaric committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ececab1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    251b5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f50932 View commit details
    Browse the repository at this point in the history
  3. Style changes

    charliermarsh committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    92845ff View commit details
    Browse the repository at this point in the history