Skip to content

Commit

Permalink
fixed that with new mypy nexus defs dir will not be
Browse files Browse the repository at this point in the history
 checked
  • Loading branch information
mkuehbach authored Sep 19, 2022
1 parent 4a5b20d commit fa97a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pylint --load-plugins=pylint_mongoengine,nomad.metainfo.pylint_plugin nexusparser tests
- name: mypy
run: |
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional nexusparser tests
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional --exclude='nexusparser/definitions/' tests
- name: Test with pytest
if: ${{ always() }}
run: |
Expand Down

0 comments on commit fa97a66

Please sign in to comment.