File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 uses : Ultimaker/embedded-workflows/.github/workflows/shellcheck.yml@main
1818 secrets : inherit
1919
20- Flake8 :
21- name : ' Test'
22- needs : Prepare
23- uses : Ultimaker/python-quality-control/.github/workflows/flake8.yml@master
24- with :
25- PARENT_BRANCH : ' main'
26- secrets : inherit
20+ # Flake8:
21+ # name: 'Test'
22+ # needs: Prepare
23+ # uses: Ultimaker/python-quality-control/.github/workflows/flake8.yml@master
24+ # with:
25+ # PARENT_BRANCH: 'main'
26+ # secrets: inherit
2727
2828 MyPy :
2929 name : ' Test'
@@ -33,13 +33,13 @@ jobs:
3333 PARENT_BRANCH : ' main'
3434 secrets : inherit
3535
36- PyCodeStyle :
37- name : ' Test'
38- needs : Prepare
39- uses : Ultimaker/python-quality-control/.github/workflows/pycodestyle.yml@master
40- with :
41- PARENT_BRANCH : ' main'
42- secrets : inherit
36+ # PyCodeStyle:
37+ # name: 'Test'
38+ # needs: Prepare
39+ # uses: Ultimaker/python-quality-control/.github/workflows/pycodestyle.yml@master
40+ # with:
41+ # PARENT_BRANCH: 'main'
42+ # secrets: inherit
4343
4444 Vulture :
4545 name : ' Test'
You can’t perform that action at this time.
0 commit comments