Skip to content
Snippets Groups Projects
Commit dab2784c authored by Remco Tukker's avatar Remco Tukker
Browse files

make mypy actually work properly

parent 36f47704
No related branches found
No related tags found
1 merge request!17Feature/comp 170 improve dependencies part 1
......@@ -8,4 +8,4 @@ environment.setup_logging()
app = compendium_v2.create_app()
if __name__ == '__main__':
app.run(host='::', port='5000')
app.run(host='::', port=5000)
......@@ -2,4 +2,3 @@
python_version = 3.8
disallow_untyped_defs = False
ignore_missing_imports = False
exclude = ['env/']
\ No newline at end of file
......@@ -18,6 +18,6 @@ commands =
coverage html
coverage report --fail-under 80
flake8
mypy compendium_v2/**/*.py test/*.py
mypy {toxinidir}/compendium_v2/ {toxinidir}/test/
sphinx-build -M html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment