Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Tools/clinic/mypy.ini
12 views
1
[mypy]
2
# make sure clinic can still be run on Python 3.10
3
python_version = 3.10
4
pretty = True
5
enable_error_code = ignore-without-code
6
disallow_any_generics = True
7
strict_concatenate = True
8
warn_redundant_casts = True
9
warn_unused_ignores = True
10
warn_unused_configs = True
11
warn_unreachable = True
12
files = Tools/clinic/
13
14