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

Extend static check suite for CI #1162

Open
3 of 6 tasks
lbianchi-lbl opened this issue Sep 5, 2023 · 1 comment
Open
3 of 6 tasks

Extend static check suite for CI #1162

lbianchi-lbl opened this issue Sep 5, 2023 · 1 comment
Assignees
Labels
Priority:High High Priority Issue or PR

Comments

@lbianchi-lbl
Copy link
Contributor

lbianchi-lbl commented Sep 5, 2023

@ksbeattie
Copy link
Member

Some isort info:

If we add isort to the CI as a check here is how it should be run:

isort --profile black --check .

To run it manually (which should happen in it's own PR before the above check is added):

isort --profile black --check --diff .

to see details of what it would change.

And:

isort --profile black .

to make the changes in your working dir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:High High Priority Issue or PR
Projects
None yet
Development

No branches or pull requests

2 participants