mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
10 lines
231 B
INI
10 lines
231 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
plugins=mypy_zope:plugin
|
|
show_column_numbers = True
|
|
pretty = True
|
|
show_error_codes = True
|
|
warn_unused_configs =True
|
|
no_implicit_optional = True
|
|
warn_redundant_casts = True
|
|
strict_equality = True |