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

Fix typos in the code using "codespell" package, enforce codespell check as part of CI #1923

Merged
merged 4 commits into from
Jul 31, 2023

Conversation

Kami
Copy link
Member

@Kami Kami commented Jul 31, 2023

This PR fixes minor typos in the code using codespell package (https://pypi.org/project/codespell/).

It also updates CI to run this tool as part of the lint job.

@Kami Kami changed the title Fix typos in the code using "codespell" package Fix typos in the code using "codespell" package, enforce codespell check as part of CI Jul 31, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1923 (86d92d2) into trunk (2b1b3d4) will not change coverage.
The diff coverage is 77.78%.

❗ Current head 86d92d2 differs from pull request most recent head 86456d9. Consider uploading reports for the commit 86456d9 to get more accurate results

@@           Coverage Diff           @@
##            trunk    #1923   +/-   ##
=======================================
  Coverage   83.12%   83.12%           
=======================================
  Files         353      353           
  Lines       81351    81351           
  Branches     8594     8594           
=======================================
  Hits        67622    67622           
  Misses      10924    10924           
  Partials     2805     2805           
Files Changed Coverage Δ
libcloud/common/base.py 90.96% <ø> (ø)
libcloud/common/cloudstack.py 86.60% <ø> (ø)
libcloud/common/dimensiondata.py 94.92% <ø> (ø)
libcloud/common/gridscale.py 83.93% <ø> (ø)
libcloud/common/nttcis.py 73.59% <ø> (ø)
libcloud/common/openstack.py 85.32% <ø> (ø)
libcloud/common/upcloud.py 92.00% <ø> (ø)
libcloud/common/worldwidedns.py 63.44% <0.00%> (ø)
libcloud/compute/drivers/abiquo.py 95.90% <ø> (ø)
libcloud/compute/drivers/cloudscale.py 85.71% <ø> (ø)
... and 49 more

@Kami Kami merged commit abdfe88 into apache:trunk Jul 31, 2023
21 checks passed
@Kami Kami added this to the v3.8.0 milestone Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants