Skip to content

Commit 53a1106

Browse files
committed
Update codespell version in "Spell Check" template installation docs
[email protected] is now the version used as standard in all Arduino Tooling projects.
1 parent 60a9f4b commit 53a1106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow-templates/spell-check-task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ https://python-poetry.org/docs/#installation
2929
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:
3030

3131
```
32-
poetry init --python="^3.9" --dev-dependency="codespell@^2.2.1"
32+
poetry init --python="^3.9" --dev-dependency="codespell@^2.2.2"
3333
poetry install
3434
```
3535

3636
If already using Poetry, add the tool using this command:
3737

3838
```
39-
poetry add --dev "codespell@^2.2.1"
39+
poetry add --dev "codespell@^2.2.2"
4040
```
4141

4242
Commit the resulting `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)