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

{Pylint} Fix super-with-arguments #30367

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Nov 15, 2024

  1. {Pylint} Fix super-with-arguments

    Ran this command
    ruff check . --select UP008 --unsafe-fixes --fix
    atombrella committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3728c6a View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary super().__init__ calls.

    These are not silenced with
    # pylint: disable=useless-super-delegation
    atombrella committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4e45147 View commit details
    Browse the repository at this point in the history
  3. formatting

    atombrella committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e1682af View commit details
    Browse the repository at this point in the history
  4. fix

    atombrella committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2c7172f View commit details
    Browse the repository at this point in the history
  5. flake8

    atombrella committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2dc6390 View commit details
    Browse the repository at this point in the history
  6. Last try with flake8

    atombrella committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e711505 View commit details
    Browse the repository at this point in the history
  7. shut up, flake8

    atombrella committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cdb3c79 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. parent = super() removed

    atombrella committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a2232f0 View commit details
    Browse the repository at this point in the history