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.6.5
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.7.10
Choose a head ref
  • 7 commits
  • 10 files changed
  • 6 contributors

Commits on Jun 26, 2023

  1. Remove use of the deprecated ast.Constant.s attribute (#392)

    The `.s` attribute on `ast.Constant` nodes is an alias to the `.value` attribute. The `.s` alias has been deprecated since Python 3.8, and causes a DeprecationWarning to be emitted on Python 3.12
    AlexWaygood authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2763a13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f820ba8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

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

Commits on Jul 3, 2023

  1. Add exclusions for B905 (#388)

    Co-authored-by: Alexey Nikitin <alexeynikitin@swatmobility.com>
    NewGlad and Alexey Nikitin authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f1c391a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword…

    … arguments (#398)
    
    * Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments.
    
    * remove <3.8 check accidentally added back
    
    * Apply suggestions from code review
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    
    * update column in testcase
    
    * improved wording
    
    ---------
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    jakkdl and JelleZijlstra authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    dea2e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62f181 View commit details
    Browse the repository at this point in the history
Loading