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

rfe: Introduce ruff-pre-commit #4139

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Commits on Oct 23, 2024

  1. rfe: Introduce ruff-pre-commit

    Ruff is a fast, extensible Python linter designed to catch common issues
    in Python code, such as syntax errors, stylistic inconsistencies, and
    potential bugs.
    
    Signed-off-by: Yihuang Yu <[email protected]>
    PaulYuuu committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6f05730 View commit details
    Browse the repository at this point in the history
  2. ci: Disable pylint E203 style and manual fix E0606

    pylint E203 conflicts with black style, so disable it, also manual fix
    some E0606 issues after ruff format.
    
    Signed-off-by: Yihuang Yu <[email protected]>
    PaulYuuu committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    43fb9d8 View commit details
    Browse the repository at this point in the history