Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PyCQA/isort
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.13.0
Choose a base ref
...
head repository: PyCQA/isort
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.13.2
Choose a head ref
  • 18 commits
  • 11 files changed
  • 3 contributors

Commits on Dec 9, 2023

  1. Added a fix for normalizing imports from more than one level of paren…

    …t modules (issue/2152)
    bp72 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    15e5bd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8fc20c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Merge pull request #2191 from bp72/issue/2152

    Added a fix for normalizing imports from more than one level of parent modules (issue/2152)
    staticdev authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    4be9850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a6b0e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2207 from PyCQA/bugfix/#2206-remove-optional-depe…

    …ndencies
    
    Remove optional dependencies without extras
    staticdev authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    64daf96 View commit details
    Browse the repository at this point in the history
  4. Fix integration tests

    bp72 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    d1176e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge pull request #2208 from bp72/issue/2205

    Fix integration tests
    staticdev authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    eeb4d16 View commit details
    Browse the repository at this point in the history
  2. Prepare version 5.13.1

    staticdev committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ebc866a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2210 from PyCQA/version/5.13.1

    Prepare version 5.13.1
    staticdev authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    643d9c4 View commit details
    Browse the repository at this point in the history
  4. Fix colors extras

    staticdev committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5336d7d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge pull request #2212 from PyCQA/bugfix/#2211-colors-extra

    Fix colors extras
    staticdev authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9255bca View commit details
    Browse the repository at this point in the history
  2. confine pre-commit to stages

    See https://pre-commit.com/#confining-hooks-to-run-at-certain-stages
    
    > If you are authoring a tool, it is usually a good idea to provide an appropriate `stages` property. For example a reasonable setting for a linter or code formatter would be `stages: [pre-commit, pre-merge-commit, pre-push, manual]`.
    davidculley authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    df0e119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5849ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee8d87f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge pull request #2213 from davidculley/confine-precommit-to-stages

    confine pre-commit to stages
    staticdev authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e38702f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2184 from bp72/issue/2154

    Apply the bracket fix from issue 471 only for use_parentheses=True
    staticdev authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c36e43c View commit details
    Browse the repository at this point in the history
  3. Prepare version 5.13.2

    staticdev committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b4335b4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2214 from PyCQA/version/5.13.2

    Prepare version 5.13.2
    staticdev authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c655831 View commit details
    Browse the repository at this point in the history
Loading