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

STY: Apply ruff/Pyflakes rules (F) #3681

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2024

  1. STY: Apply ruff/Pyflakes rule F401

    F401 imported but unused
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    3895bb6 View commit details
    Browse the repository at this point in the history
  2. STY: Apply ruff/Pyflakes rule F523

    F523 `.format` call has unused arguments
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2af042f View commit details
    Browse the repository at this point in the history
  3. STY: Apply ruff/Pyflakes rule F541

    F541 f-string without any placeholders
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    391d2be View commit details
    Browse the repository at this point in the history
  4. STY: Apply ruff/Pyflakes rule F821

    F821 Undefined name
    
    I have left some occurrences, to be fixed in a later pull request.
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    0254dd1 View commit details
    Browse the repository at this point in the history
  5. STY: Apply ruff/Pyflakes rule F841

    F841 Local variable is assigned to but never used
    
    I have left a few occurrences, to be examined later.
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    087d176 View commit details
    Browse the repository at this point in the history
  6. STY: Apply ruff/Pyflakes rule F901

    F901 `raise NotImplemented` should be `raise NotImplementedError`
    DimitriPapadopoulos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    70f42d4 View commit details
    Browse the repository at this point in the history