BradenM / micropy-cli

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
https://micropy-cli.readthedocs.io
MIT License
314 stars 25 forks source link

docs: Fix typos #532

Closed kianmeng closed 1 year ago

kianmeng commented 1 year ago

Found via codespell -S poetry.lock -L ure

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (bf9c721) 92.04% compared to head (dae5809) 92.04%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #532 +/- ## ======================================= Coverage 92.04% 92.04% ======================================= Files 52 52 Lines 2817 2817 ======================================= Hits 2593 2593 Misses 224 224 ``` | [Flag](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | Coverage Δ | | |---|---|---| | [os-macOS-12](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.79% <ø> (-0.22%)` | :arrow_down: | | [os-ubuntu-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.01% <ø> (+0.17%)` | :arrow_up: | | [os-windows-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.28% <ø> (-0.59%)` | :arrow_down: | | [py-3.10](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.83% <ø> (-0.22%)` | :arrow_down: | | [py-3.11](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.83% <ø> (-0.22%)` | :arrow_down: | | [py-3.8](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.47% <ø> (-0.50%)` | :arrow_down: | | [py-3.9](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.47% <ø> (-0.36%)` | :arrow_down: | | [unittests](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.04% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | Coverage Δ | | |---|---|---| | [micropy/config/config.py](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars#diff-bWljcm9weS9jb25maWcvY29uZmlnLnB5) | `98.68% <ø> (ø)` | | | [micropy/project/template.py](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars#diff-bWljcm9weS9wcm9qZWN0L3RlbXBsYXRlLnB5) | `96.34% <ø> (ø)` | | | [micropy/pyd/backend\_rshell.py](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars#diff-bWljcm9weS9weWQvYmFja2VuZF9yc2hlbGwucHk=) | `83.05% <ø> (ø)` | | | [micropy/utils/helpers.py](https://app.codecov.io/gh/BradenM/micropy-cli/pull/532?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars#diff-bWljcm9weS91dGlscy9oZWxwZXJzLnB5) | `93.85% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kianmeng commented 1 year ago

:partying_face: :partying_face: :partying_face: :partying_face: :partying_face:

BradenM commented 1 year ago

:+1: Thanks.