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

Style: update flake8 to latest #48006

Closed
wants to merge 7 commits into from

Commits on Oct 13, 2024

  1. style: Fix Python linter issues B023, C416, C419, C420, C418, E721, E501

    Signed-off-by: jerry <cheyu1220@gmail.com>
    CheyuWu committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    666e100 View commit details
    Browse the repository at this point in the history
  2. style: change flake8 version, update style B020,B023,B024,B027,B028,B…

    …026,B035
    
    Signed-off-by: jerry <cheyu1220@gmail.com>
    CheyuWu committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    9e01a55 View commit details
    Browse the repository at this point in the history
  3. style: ignore B019, F401, F811

    Signed-off-by: jerry <cheyu1220@gmail.com>
    CheyuWu committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    67cd9d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. style: Change the variables back to their original ones.

    Signed-off-by: Cheyu Wu <cheyu1220@gmail.com>
    CheyuWu committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cf1e7bf View commit details
    Browse the repository at this point in the history
  2. style: break the line instead of ignoring the line-too-long error and…

    … fix not required change
    
    Signed-off-by: Cheyu Wu <cheyu1220@gmail.com>
    CheyuWu committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4682bf5 View commit details
    Browse the repository at this point in the history
  3. fix: fix ci __isabstractmethod__ error

    Signed-off-by: Cheyu Wu <cheyu1220@gmail.com>
    CheyuWu committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1bb9420 View commit details
    Browse the repository at this point in the history
  4. fix: update mccabe==0.7.0 to handle conflicting dependencies

    Signed-off-by: Cheyu Wu <cheyu1220@gmail.com>
    CheyuWu committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5d72a74 View commit details
    Browse the repository at this point in the history