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 to the lint pipeline #621

Merged
merged 2 commits into from
Dec 13, 2024
Merged

Add isort to the lint pipeline #621

merged 2 commits into from
Dec 13, 2024

Conversation

GlassOfWhiskey
Copy link
Member

@GlassOfWhiskey GlassOfWhiskey commented Dec 13, 2024

This commit adds the isort library to the StreamFlow lint pipeline, in order to uniform the way import statements are managed and avoid useless conflicts in GitHub merges.

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.11%. Comparing base (90a078e) to head (b73ac66).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #621   +/-   ##
=======================================
  Coverage   71.11%   71.11%           
=======================================
  Files          88       88           
  Lines       11132    11132           
  Branches     1936     1936           
=======================================
  Hits         7917     7917           
  Misses       2768     2768           
  Partials      447      447           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GlassOfWhiskey GlassOfWhiskey force-pushed the master branch 2 times, most recently from 9660fdc to 90a078e Compare December 13, 2024 12:08
LanderOtto and others added 2 commits December 13, 2024 17:15
This commit upgrades the `pyupgrade` target Python version to
Python 3.9 and it adapts the code accordingly, completing the work
initiated in #561
This commit adds the `isort` library to the StreamFlow lint pipeline, in
order to uniform the way `import` statements are managed and avoiding
useless conflicts in GitHub merges.
@GlassOfWhiskey GlassOfWhiskey merged commit d69e33d into master Dec 13, 2024
32 checks passed
@GlassOfWhiskey GlassOfWhiskey deleted the add-isort branch December 13, 2024 17:42
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