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: pylint-dev/pylint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pylint-2.4.3
Choose a base ref
...
head repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pylint-2.4.4
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 8, 2019

  1. Exempt all the names found in type annotations from unused-import

    The previous code was assuming that only ``typing`` names need to be
    exempted, but we need to do that for the rest of the type comment
    names as well.
    
    Close #3112
    PCManticore committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    2ac25f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51afc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    7946f13 View commit details
    Browse the repository at this point in the history
  2. Prepare 2.4.4

    PCManticore committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    d0a597b View commit details
    Browse the repository at this point in the history
Loading