From fa97a66e244da46b2ea149d984cb86e617f110dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BChbach?= Date: Mon, 19 Sep 2022 11:23:30 +0200 Subject: [PATCH] fixed that with new mypy nexus defs dir will not be checked --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a65a6eb9a..44b9d1f9f 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -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: |