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

Support globbing in isort options #5473

Merged
merged 12 commits into from
Jul 7, 2023
Merged

Commits on Jul 2, 2023

  1. Support option

    tjkuson committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    1810bb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Use glob patterns

    tjkuson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a4c05de View commit details
    Browse the repository at this point in the history
  2. Add glob matching logic

    tjkuson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    db904e5 View commit details
    Browse the repository at this point in the history
  3. Add test

    tjkuson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    fbdd5a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b7e64a View commit details
    Browse the repository at this point in the history
  5. Remove comment

    tjkuson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    836c4c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    2216769 View commit details
    Browse the repository at this point in the history
  2. Document glob behaviour

    tjkuson committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e9f79fd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Avoid some allocations

    charliermarsh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d4747f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ea5b6a View commit details
    Browse the repository at this point in the history
  3. Clean up some stuff

    charliermarsh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    235a914 View commit details
    Browse the repository at this point in the history
  4. Tweaks

    charliermarsh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8febc8f View commit details
    Browse the repository at this point in the history