File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments