run mypy on all python/damask

This commit is contained in:
Philip Eisenlohr 2021-11-02 14:40:09 -04:00
parent ccfe276ae1
commit 59a6dc3652
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ mypy:
stage: python
script:
- cd $DAMASKROOT/python
- mypy damask/tensor.py damask/mechanics.py damask/seeds.py
- mypy damask/*.py
except:
- master
- release