File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -712,6 +712,7 @@ tasks:
712712 -s "{{.SCHEMA_PATH}}" \
713713 -d "{{.DATA_PATH}}"
714714
715+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-javascript-task/Taskfile.yml
715716 js:fix :
716717 desc : Fix JavaScript code linting violations
717718 deps :
@@ -724,6 +725,7 @@ tasks:
724725 --fix \
725726 .
726727
728+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-javascript-task/Taskfile.yml
727729 js:lint :
728730 desc : Lint JavaScript code
729731 deps :
@@ -1083,6 +1085,7 @@ tasks:
10831085 flake8 \
10841086 --show-source
10851087
1088+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-python-poetry-task/Taskfile.yml
10861089 python:test :
10871090 desc : Run Python tests
10881091 deps :
Original file line number Diff line number Diff line change 1+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry/pyproject.toml
12[tool .black ]
23line-length = 120
34
You can’t perform that action at this time.
0 commit comments