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

Add B018 check to find useless string declarations #196

Merged
merged 3 commits into from Oct 28, 2021

Commits on Oct 21, 2021

  1. Add B018 check to find useless string declarations

    This will find all sorts of useless string declarations in functions and classes.
    It will also prevent to use multiline strings as comments
    
    Resolves PyCQA#195
    kasium committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    1efe034 View commit details
    Browse the repository at this point in the history
  2. Better error message

    kasium committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4b3e080 View commit details
    Browse the repository at this point in the history
  3. Fix black

    kasium committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    625e4cf View commit details
    Browse the repository at this point in the history