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 Loading
base: 22.10.25
Choose a base ref
...
head repository: PyCQA/flake8-bugbear Loading
compare: 22.12.6
Choose a head ref
  • 13 commits
  • 6 files changed
  • 5 contributors

Commits on Oct 25, 2022

  1. Fix some B023 false alarms (#303)

    * Shed fixes
    
    * Fix some B023 false alarms
    
    * Add regression tests
    
    * WIP: failing tests
    
    * avoid false alarms with filter, reduce, key= and return. Added tests for functools.reduce
    
    Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
    jakkdl and Zac-HD committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    e16ad24 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    f2626f6 View commit details
    Browse the repository at this point in the history
  2. B027 ignore @overload decorator

    jakkdl committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    93cd15b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #305 from jakkdl/B023-false-alarms

    also fix map in B023
    Zac-HD committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7a0b1e4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #306 from jakkdl/b027_ignore_overload

    B027 ignore @overload decorator
    Zac-HD committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7b2af62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e81c636 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

Commits on Nov 7, 2022

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

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    e4de78e View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    Co-authored-by: Cooper Lees <me@cooperlees.com>
    Zac-HD and cooperlees committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a54a4a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0826e81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e9ff04 View commit details
    Browse the repository at this point in the history
  5. Correct version buddy !

    cooperlees committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7141009 View commit details
    Browse the repository at this point in the history
Loading