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.11.28
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.12.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 30, 2023

  1. add flake8 python version check script and CI check (#431)

    * add flake8 python version check script and CI check
    
    * fix black violations
    
    * fixes from PR review
    
    * set up latest python
    r-downing authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    09f44c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. include tuples in b018 useless-statement check (#432)

    * include tuples in b018 useless-statement check
    
    * annotate the bad and good test lines
    
    * update readme w/ notes about comma
    r-downing authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6686e52 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. add classname to b018 useless-expression output (#433)

    * add classname to b018 useless-expression output
    
    * update unittests
    r-downing authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    4ca0e6b View commit details
    Browse the repository at this point in the history
  2. B018 to detect useless-statements at all levels (#434)

    * add unit test for b018 at all levels
    
    * fix b018 to detect useless statements at all levels
    r-downing authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    89f950c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975b54d View commit details
    Browse the repository at this point in the history
Loading