Skip to content

Commit e5e82c8

Browse files
committed
Remove pycodestyle from ci as covered by linter
1 parent 07b123f commit e5e82c8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ jobs:
116116
- name: Check typing with MyPy
117117
run: |
118118
python -m mypy basyx test
119-
- name: Check code style with PyCodestyle
120-
run: |
121-
python -m pycodestyle --count --max-line-length 120 basyx test
122119
123120
sdk-readme-codeblocks:
124121
# This job runs the same static code analysis (mypy and pycodestyle) on the codeblocks in our docstrings.
@@ -265,9 +262,6 @@ jobs:
265262
- name: Check typing with MyPy
266263
run: |
267264
python -m mypy aas_compliance_tool test
268-
- name: Check code style with PyCodestyle
269-
run: |
270-
python -m pycodestyle --count --max-line-length 120 aas_compliance_tool test
271265
272266
compliance-tool-package:
273267
# This job checks if we can build our compliance_tool package
@@ -316,9 +310,6 @@ jobs:
316310
- name: Check typing with MyPy
317311
run: |
318312
python -m mypy app test
319-
- name: Check code style with PyCodestyle
320-
run: |
321-
python -m pycodestyle --count --max-line-length 120 app test
322313
323314
server-repository-docker:
324315
# This job checks if we can build our server package

0 commit comments

Comments
 (0)