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

refactor: apply isort on wily codebase #163

Merged
merged 2 commits into from
Oct 3, 2022

Conversation

skarzi
Copy link
Contributor

@skarzi skarzi commented Aug 26, 2022

There is one action to do when this commit will be squashed to the main branch:

  • add squashed commit with this PR to .git-blame-ignore-revs
@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2022

Codecov Report

Merging #163 (a103c2a) into master (8353468) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   95.23%   95.23%           
=======================================
  Files          23       23           
  Lines        1216     1216           
  Branches      291      291           
=======================================
  Hits         1158     1158           
  Misses         33       33           
  Partials       25       25           
Impacted Files Coverage Δ
src/wily/__init__.py 100.00% <100.00%> (ø)
src/wily/__main__.py 95.48% <100.00%> (ø)
src/wily/archivers/__init__.py 100.00% <100.00%> (ø)
src/wily/archivers/filesystem.py 100.00% <100.00%> (ø)
src/wily/archivers/git.py 87.50% <100.00%> (ø)
src/wily/cache.py 98.18% <100.00%> (ø)
src/wily/commands/build.py 89.01% <100.00%> (ø)
src/wily/commands/diff.py 88.75% <100.00%> (ø)
src/wily/commands/graph.py 100.00% <100.00%> (ø)
src/wily/commands/index.py 100.00% <100.00%> (ø)
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tonybaloney
Copy link
Owner

Thanks!

@tonybaloney tonybaloney merged commit ec90885 into tonybaloney:master Oct 3, 2022
@skarzi skarzi deleted the refactor/apply-isort branch October 4, 2022 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants