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: v2.3.0
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.3.1
Choose a head ref
  • 8 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 1, 2024

  1. Bump actions/cache from 4.0.0 to 4.0.1 (#293)

    Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cce4c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. pre-commit autoupdate

    fsouza committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    19d8740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e0784 View commit details
    Browse the repository at this point in the history
  3. pre-commit-config: move back to black and autoflake

    While ruff is fast, it's conflicting with reorder-python-imports and
    I'll stick to the latter.
    fsouza committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    cda2f91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b58a71a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adb09c8 View commit details
    Browse the repository at this point in the history
  6. Always set encoding when reading setup.cfg

    This should fix an issue on Window where the `setup.cfg` can contain
    non-ascii characters, and Python is trying to use cp1252. This should be
    safe as utf-8 is compatible with cp1252.
    
    It's possible I'll eat my words and some other platform breaks with this
    change, but let's try.
    
    Closes #294.
    fsouza committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2f53416 View commit details
    Browse the repository at this point in the history
  7. Bump to v2.3.1

    fsouza committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0544741 View commit details
    Browse the repository at this point in the history
Loading