Merge branch 'maint/code-refinement' into 'master'

Re-enable mypy CI after turning it off in an emergency

See merge request cara/cara!210
This commit is contained in:
Philip James Elson 2021-07-08 06:53:53 +00:00
commit c8362104c9
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',