We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
black
1 parent 3816718 commit d8dfc8aCopy full SHA for d8dfc8a
workflow-templates/check-python-task.md
@@ -48,7 +48,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
48
Add the tool dependencies using this command:
49
50
```
51
-task poetry:install && poetry add --dev "black@^25.1.0" "flake8@^7.3.0" "pep8-naming@^0.15.1"
+task poetry:install && poetry add --dev "black@^25.9.0" "flake8@^7.3.0" "pep8-naming@^0.15.1"
52
53
54
Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.
0 commit comments