run mypy on all python/damask
This commit is contained in:
parent
ccfe276ae1
commit
59a6dc3652
|
@ -95,7 +95,7 @@ mypy:
|
||||||
stage: python
|
stage: python
|
||||||
script:
|
script:
|
||||||
- cd $DAMASKROOT/python
|
- cd $DAMASKROOT/python
|
||||||
- mypy damask/tensor.py damask/mechanics.py damask/seeds.py
|
- mypy damask/*.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
|
Loading…
Reference in New Issue