Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/mypy.ini
4013 views
1
# https://mypy.readthedocs.io/en/stable/config_file.html
2
[mypy]
3
python_version = 3.9
4
5
# https://github.com/sagemath/sage/issues/36198#issuecomment-1709521850
6
follow_imports = skip
7
ignore_missing_imports = True
8
9