Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename some flake8-simplify rules #2915

Merged
merged 7 commits into from
Feb 26, 2023

Commits on Feb 15, 2023

  1. Rename needless-bool to unnecessary-bool-call

    We use `unnecessary-` in many other rule names. Also append `-call`
    which makes this name structured similar to `unnecessary-list-call` as
    well as better describing that it is the call to `bool()` that is not
    required.
    ngnpope committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    0b9d63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae2b86a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07eb51b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfae09d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee9ce5e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    9d32dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec3bfc View commit details
    Browse the repository at this point in the history