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:
commit
b1b5826a38
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[tool:pytest]
|
||||
addopts = --mypy
|
||||
# addopts = --mypy
|
||||
|
||||
|
||||
[mypy]
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue