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

Remove many deprecated pylint options #329

Merged
merged 14 commits into from
Feb 18, 2024
Merged

Commits on Oct 1, 2023

  1. Remove many deprecated pylint options

    These were mostly useful for the python2->python3 transition
    hmaarrfk committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c614e1b View commit details
    Browse the repository at this point in the history
  2. Do not use dict() use {}

    hmaarrfk committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4e89572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11ecf78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c165df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16ed3b8 View commit details
    Browse the repository at this point in the history
  6. Use more fstrings

    hmaarrfk committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a274071 View commit details
    Browse the repository at this point in the history
  7. use maxsplit

    hmaarrfk committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    07f0ede View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40603bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bfd27e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    7265dbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ccbedf View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Ignore new edge case introduced in another PR

    Leonardo Uieda committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7705046 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    f6104fe View commit details
    Browse the repository at this point in the history
  2. Use {} instead of dict

    leouieda committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5b487f6 View commit details
    Browse the repository at this point in the history