Re-enable mypy CI after turning it off in an emergency in https://gitlab.cern.ch/cara/cara/-/merge_requests/196.
This commit is contained in:
parent
1fca4d24b7
commit
83ec4831b5
2 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[tool:pytest]
|
||||
# addopts = --mypy
|
||||
addopts = --mypy
|
||||
|
||||
|
||||
[mypy]
|
||||
|
|
|
|||
5
setup.py
5
setup.py
|
|
@ -36,11 +36,10 @@ REQUIREMENTS: dict = {
|
|||
'app': [],
|
||||
'test': [
|
||||
'pytest',
|
||||
'pytest-mypy==0.8.0',
|
||||
'pytest-mypy',
|
||||
'pytest-tornasync',
|
||||
'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git',
|
||||
# 'types-dataclasses',
|
||||
# 'types-Jinja2',
|
||||
'types-dataclasses',
|
||||
],
|
||||
'dev': [
|
||||
'jupyterlab',
|
||||
|
|
|
|||
Loading…
Reference in a new issue