Skip to content

Commit

Permalink
adapt ci mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosty2500 committed Nov 5, 2024
1 parent d814e3d commit 2205615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ jobs:
pip install -r requirements.txt
- name: Check typing with MyPy
run: |
mypy aas_compliance_tool test
mypy ./aas_compliance_tool test
- name: Check code style with PyCodestyle
run: |
pycodestyle --count --max-line-length 120 aas_compliance_tool test
pycodestyle --count --max-line-length 120 ./aas_compliance_tool test
compliance-tool-readme-codeblocks:
# This job runs the same static code analysis (mypy and pycodestyle) on the codeblocks in our docstrings.
Expand Down

0 comments on commit 2205615

Please sign in to comment.