source: trunk/mypy.ini

Last change on this file was 7cd0c9d, checked in by Jean-Paul Calderone <exarkun@…>, at 2023-04-05T12:37:58Z

Merge remote-tracking branch 'origin/master' into clean-up-tor-and-i2p-providers

  • Property mode set to 100644
File size: 673 bytes
Line 
1[mypy]
2ignore_missing_imports = True
3plugins=mypy_zope:plugin
4show_column_numbers = True
5pretty = True
6show_error_codes = True
7warn_unused_configs =True
8no_implicit_optional = True
9warn_redundant_casts = True
10strict_equality = True
11
12[mypy-allmydata.test.cli.wormholetesting,allmydata.listeners,allmydata.test.test_connection_status]
13disallow_any_generics = True
14disallow_subclassing_any = True
15disallow_untyped_calls = True
16disallow_untyped_defs = True
17disallow_incomplete_defs = True
18check_untyped_defs = True
19disallow_untyped_decorators = True
20warn_unused_ignores = True
21warn_return_any = True
22no_implicit_reexport = True
23strict_equality = True
24strict_concatenate = True
Note: See TracBrowser for help on using the repository browser.