Skip to content
Snippets Groups Projects
Commit 0b3b80c9 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Minimal mypy configuration

parent 292147f9
No related branches found
No related tags found
1 merge request!71Array context
......@@ -8,3 +8,10 @@ exclude=
grudge/models/diffusion.py,
grudge/models/nd_calculus.py,
grudge/dt_finding.py
[mypy]
ignore_missing_imports = True
[mypy-grudge.models.gas_dynamics]
ignore_errors = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment