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: 23.1.20
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: 23.2.13
Choose a head ref
  • 13 commits
  • 12 files changed
  • 8 contributors

Commits on Jan 24, 2023

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

Commits on Jan 28, 2023

  1. B906: Add visit_Bytes, visit_Num and visit_Str to the list of i…

    …gnored `visit_*` functions (#338)
    AlexWaygood authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a70f0dd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Update isort hook (#340)

    FozzieHi authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    37e7b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2e0c95 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Add a lint checking for warnings.warn stacklevel argument (#342)

    * Add a lint checking for warnings.warn stacklevel argument
    
    * Fix formatting
    
    * Update lint descriptions
    
    * Move function to bottom
    FozzieHi authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e7bbdeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25fa41 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Split B001 into B029 for empty tuple exception handling (#344)

    * Split B001 into B029 for empty tuple exception handling
    
    * Update bugbear.py
    
    * Update README.rst
    
    * Update description in README
    
    ---------
    
    Co-authored-by: Cooper Lees <[email protected]>
    FozzieHi and cooperlees authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    315f4e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Introduce B030; fix crash on weird except handlers (#346)

    * Introduce B029; fix crash on weird except handlers
    
    * black
    
    * fix merge
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    JelleZijlstra and pre-commit-ci[bot] authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    9ea5a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a26c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

    updates:
    - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4087f49 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Merge pull request #347 from malthejorgensen/groupby-multiple-usages

    Add B031: Warn when using `groupby()` result multiple times
    Zac-HD authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a7c7ac9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    76aa16b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d87dc8 View commit details
    Browse the repository at this point in the history
Loading