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] |
---|
2 | ignore_missing_imports = True |
---|
3 | plugins=mypy_zope:plugin |
---|
4 | show_column_numbers = True |
---|
5 | pretty = True |
---|
6 | show_error_codes = True |
---|
7 | warn_unused_configs =True |
---|
8 | no_implicit_optional = True |
---|
9 | warn_redundant_casts = True |
---|
10 | strict_equality = True |
---|
11 | |
---|
12 | [mypy-allmydata.test.cli.wormholetesting,allmydata.listeners,allmydata.test.test_connection_status] |
---|
13 | disallow_any_generics = True |
---|
14 | disallow_subclassing_any = True |
---|
15 | disallow_untyped_calls = True |
---|
16 | disallow_untyped_defs = True |
---|
17 | disallow_incomplete_defs = True |
---|
18 | check_untyped_defs = True |
---|
19 | disallow_untyped_decorators = True |
---|
20 | warn_unused_ignores = True |
---|
21 | warn_return_any = True |
---|
22 | no_implicit_reexport = True |
---|
23 | strict_equality = True |
---|
24 | strict_concatenate = True |
---|
Note: See
TracBrowser
for help on using the repository browser.