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

fix: correct sorting of packages #72

Merged
merged 2 commits into from
Feb 3, 2024
Merged

Commits on Feb 3, 2024

  1. fix: correct sorting of packages

    Right now, all of the local packages are grouped with 3rd-party packages
    because isort does not know that everything under
    projects/fal is local. This is probably because
    installing the root of the repository does not actually bring any
    isolate_controller code with it, and because isort runs from the
    perspective of the repository root, the tool understands that all
    isolate_controller code is foreign.
    
    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    4b7aa87 View commit details
    Browse the repository at this point in the history
  2. regenerate

    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ec63366 View commit details
    Browse the repository at this point in the history