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 possible-forgotten-f-prefix checker #4787

Closed
wants to merge 22 commits into from

Commits on Aug 2, 2021

  1. Add possible-f-string-as-string checker

    This checks if text in strings in between `{}`'s are variables.
    The var the string is assigned to is also checked for a format() call.
    If this does not happen, the string should probably be a f-string and a
    message is emitted.
    This closes pylint-dev#2507
    DanielNoord committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    16061e1 View commit details
    Browse the repository at this point in the history
  2. Remove walrus operator

    DanielNoord committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    92b8959 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    DanielNoord and Pierre-Sassoulas committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    240b4da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c2cf24 View commit details
    Browse the repository at this point in the history
  5. Add review changes

    DanielNoord committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    f7f4f89 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

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

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    a75c186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91a14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2060037 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8def6c5 View commit details
    Browse the repository at this point in the history
  5. Fix pre-commit messages

    DanielNoord committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f803caf View commit details
    Browse the repository at this point in the history
  6. Update checks and tests

    DanielNoord committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    971c29d View commit details
    Browse the repository at this point in the history
  7. Update tests/functional/p/possible_forgotten_f_prefix.py

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    DanielNoord and Pierre-Sassoulas committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    817bf99 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Fix some tests

    DanielNoord committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b351fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e755973 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    DanielNoord committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f042377 View commit details
    Browse the repository at this point in the history
  4. Fix hashing of list

    DanielNoord committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    bfd075c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e01ff2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d13efd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c61e834 View commit details
    Browse the repository at this point in the history
  8. Additional tests..

    DanielNoord committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f64e4fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4851d9e View commit details
    Browse the repository at this point in the history