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

Conversation

ff137
Copy link
Contributor

@ff137 ff137 commented Sep 24, 2024

Pending #608

πŸ‘· Adds an isort check to the cicd.
βž• For that, I needed to add isort as a dev dependency to the Pipfile.
⬆️ Updated lock file (lots of version bumps! Last updated Jun 2023)
πŸ”§ And, define .isort.cfg, which includes the pyproject.toml [tool.isort] settings, because they weren't being picked up.

@ff137 ff137 mentioned this pull request Sep 24, 2024
@@ -31,6 +31,9 @@ jobs:
pipenv install --dev
bash ./scripts/install_nats.sh

- name: Run isort check
run: pipenv run isort --check-only --diff .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably don't want to run this on every variant of the test matrix. Better if it was in check.yml (new workflow).

@ff137
Copy link
Contributor Author

ff137 commented Oct 1, 2024

Including this in #608

@ff137 ff137 closed this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants