Skip to content

Commit 6e12ce1

Browse files
committed
Update flake8 version in template installation docs
This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with.
1 parent fd63ca4 commit 6e12ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-python-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
4848
Add the tool dependencies using this command:
4949

5050
```
51-
task poetry:install && poetry add --dev "black@^25.1.0" "flake8@^7.2.0" "pep8-naming@^0.15.1"
51+
task poetry:install && poetry add --dev "black@^25.1.0" "flake8@^7.3.0" "pep8-naming@^0.15.1"
5252
```
5353

5454
Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)