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/flake8-bugbear
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 22.9.23
Choose a base ref
...
head repository: PyCQA/flake8-bugbear
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22.10.25
Choose a head ref
  • 15 commits
  • 13 files changed
  • 8 contributors

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    58023c2 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 1 to 4 (#290)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v1...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c216b8d View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 1 to 3 (#289)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    0dd0a35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11bc938 View commit details
    Browse the repository at this point in the history
  5. Add Python 3.11 release candidate 2 to the testing (#292)

    * Add Python 3.11 release candidate 2 to the testing
    
    * 3.11.0-rc - 3.11
    cclauss authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    846ba72 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    592b722 View commit details
    Browse the repository at this point in the history
  2. fixes #277, most of #278, and #280

    jakkdl committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8462c1f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

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

Commits on Oct 3, 2022

  1. PEP 621: Migrate to pyproject.toml (#291)

    * PEP 621: Migrate to pyproject.toml
    
    * Update .github/workflows/ci.yml
    
    Correct.  It will.  I was a bit concerned about how long the 3.11 tests take.
    
    Co-authored-by: Cooper Lees <me@cooperlees.com>
    
    * 3.11.0-rc - 3.11
    
    * Upgrade minimum Python from 3.6 to 3.7
    
    Co-authored-by: Cooper Lees <me@cooperlees.com>
    cclauss and cooperlees authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0fec7e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

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

Commits on Oct 6, 2022

  1. Merge pull request #281 from jakkdl/abstract_class_empty_method_no_ab…

    …stract_decorator
    
    Add B027: empty method in abstract base class with no abstract decorator
    Zac-HD authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    466082c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. add tox config (#294)

    * add basic tox config
    
    * Use tox in GitHub CI
    jakkdl authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e12c12b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

    updates:
    - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    48654e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Make bugbear slightly more polite (#298)

    * make bugbear slightly more polite
    
    Bugbear is great at catching bugs in our code, but can come across a bit rude when commenting on pull requests 😂  Obviously it's a robot, but we like to encourage polite discourse
    
    * Update bugbear.py
    
    Co-authored-by: Cooper Lees <me@cooperlees.com>
    
    Co-authored-by: Cooper Lees <me@cooperlees.com>
    sam-w and cooperlees authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    aa3c351 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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