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

Add isort check to CICD #611

Closed
wants to merge 7 commits into from
Closed

Add isort check to CICD #611

wants to merge 7 commits into from

Commits on Sep 24, 2024

  1. 🎨 run isort

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    053aacd View commit details
    Browse the repository at this point in the history
  2. 🎨 use autoflake to remove unused imports

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    27dfe05 View commit details
    Browse the repository at this point in the history
  3. ✅ fix test by re-adding import

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a86b83a View commit details
    Browse the repository at this point in the history
  4. 👷 add isort check to github workflow

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6207bd3 View commit details
    Browse the repository at this point in the history
  5. 🔧 define isort config

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ce103ed View commit details
    Browse the repository at this point in the history
  6. ➕ add isort to Pipfile

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e3392cf View commit details
    Browse the repository at this point in the history
  7. ⬆️ update lock file

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3d93de9 View commit details
    Browse the repository at this point in the history