Merge branch 'fix/mypy-update' into 'master'

Include the new types packages for types that we depend upon

See merge request cara/cara!196
This commit is contained in:
Philip James Elson 2021-06-10 15:35:49 +00:00
commit b1b5826a38
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -36,9 +36,11 @@ REQUIREMENTS: dict = {
'app': [],
'test': [
'pytest',
'pytest-mypy',
'pytest-mypy==0.8.0',
'pytest-tornasync',
'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git',
# 'types-dataclasses',
# 'types-Jinja2',
],
'dev': [
'jupyterlab',