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

[3/3] Add isort check to tox #2103

Conversation

prathmeshranaut
Copy link
Contributor

@prathmeshranaut prathmeshranaut commented Apr 23, 2023

What was wrong?

Final PR which will add isort check to tox.
Related to Issue #2094

How was it fixed?

Add command to tox.ini which runs isort --check-only. This will cause CI failure if isort produces a different output than expected.

flowchart LR
    pr1[Added isort to setup, makefile and tox] --> pr2[Linted file with isort in eth and tests directory]
    pr2 --> pr3[Add isort check to tox - This PR]

Todo:

  • Clean up commit history

  • Add or update documentation related to these changes

  • Add entry to the release notes

Cute Animal Picture

images

@prathmeshranaut prathmeshranaut force-pushed the prathmeshranaut/add-isort-tox branch 2 times, most recently from be0307f to a8d06b0 Compare April 23, 2023 09:51
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.

None yet

1 participant