run mypy on all python/damask
This commit is contained in:
parent
ccfe276ae1
commit
59a6dc3652
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue