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

project: Format and sort imports #765

Merged
merged 3 commits into from
Nov 5, 2024

Commits on Nov 4, 2024

  1. src: Format and sort imports

    Apply isort on files in src/
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    baea1b1 View commit details
    Browse the repository at this point in the history
  2. tests: Format and sort imports

    Apply isort on files in tests/
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b99f020 View commit details
    Browse the repository at this point in the history
  3. project: Extend ruff with isort checks

    Check for isort issues when running ruff check.
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    802d530 View commit details
    Browse the repository at this point in the history