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

Testing: sort imports and add isort-only Ruff to pre-commit and autotests #6578

Merged
merged 2 commits into from Mar 20, 2024

Commits on Mar 19, 2024

  1. Copy the full SHA
    f4de84e View commit details
    Browse the repository at this point in the history
  2. Testing: Add isort-only Ruff to pre-commit and autotest; rucio#6538

    Adding Ruff to both the pre-commit script
    (with --fix passed, thus sorting imports automatically)
    and to GH autotest (checking only).
    Ruff is currently only configured to check for import sorting.
    Other linting functions (flake8, pyupgrade) will be added progressively.
    rdimaio committed Mar 19, 2024
    Copy the full SHA
    af3f2a0 View commit details
    Browse the repository at this point in the history