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/autoflake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.7
Choose a base ref
...
head repository: PyCQA/autoflake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 25, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#181)

    updates:
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.81 → v0.0.82](astral-sh/ruff-pre-commit@v0.0.81...v0.0.82)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6a89d1c View commit details
    Browse the repository at this point in the history
  2. Enable Python 3.11 in CI

    Not available in macOS just yet (see actions/setup-python#531), so let's
    go with just Windows and Ubuntu for now.
    fsouza committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f423e64 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    ef11067 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#183)

    updates:
    - [github.com/asottile/reorder_python_imports: v3.8.5 → v3.9.0](asottile/reorder-python-imports@v3.8.5...v3.9.0)
    - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](asottile/pyupgrade@v3.1.0...v3.2.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    011e7c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#185)

    updates:
    - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    9a10a30 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Add upper limit to pyflake's version <3.0 (#186)

    The latest pyflake version removed handling of python 2.x ``# type:`` comments.
    It would be very convenient to have a last release that support it in autoflake. 
    
    As the dependency was not upper limited none of the current release of autoflake handle's 2.X style typing.
    psasselum authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0152be5 View commit details
    Browse the repository at this point in the history
  2. Bump 1.7.8

    fsouza committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    8198257 View commit details
    Browse the repository at this point in the history
  3. pre-commit autoupdate

    fsouza committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    25aea05 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Upgrade minimum version of pyflakes

    Closes #188.
    fsouza committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    aee7fb5 View commit details
    Browse the repository at this point in the history
  2. Bump 2.0.0

    fsouza committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c056d7f View commit details
    Browse the repository at this point in the history
Loading