Skip to content

Commit 581c744

Browse files
authored
Disable Flake8 and PyCodeStyle checks
Comment out Flake8 and PyCodeStyle jobs in the workflow.
1 parent 2b5fcda commit 581c744

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build_on_push_pr.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)