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:
Phil Elson 2021-07-07 16:03:16 +02:00
parent 1fca4d24b7
commit 83ec4831b5
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[tool:pytest]
# addopts = --mypy
addopts = --mypy
[mypy]

View file

@ -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',