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 import order/style check with isort #3862

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

clebergnu
Copy link
Contributor

Avocado has been using isort to enforce one import order/code style for a long time, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo.

Reference: avocado-framework/autils#3

@clebergnu clebergnu requested a review from luckyh March 6, 2024 21:08
Avocado has been using isort to enforce one import order/code style
for a long time, with very good results.  Let's expand the same to
Avocado-VT.  With a common code style across Avocado and Avocado-VT
it'll be easier to move libraries to the common autils repo.

Reference: avocado-framework/autils#3
Signed-off-by: Cleber Rosa <[email protected]>
@luckyh
Copy link
Contributor

luckyh commented Mar 8, 2024

Thanks @clebergnu !

@YongxueHong @vivianQizhu @chloerh @dzhengfy @chunfuwen adding you to this thread as well for your awareness, thanks.

Copy link
Contributor

@YongxueHong YongxueHong left a comment

Choose a reason for hiding this comment

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

LGTM.

@luckyh luckyh merged commit b29c91f into avocado-framework:master Mar 8, 2024
50 checks passed
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.

3 participants