forked from your-tools/tsrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmypy.ini
38 lines (31 loc) · 769 Bytes
/
mypy.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[mypy]
files = tsrc/**/*.py
allow_incomplete_defs = false
allow_subclassing_any = false
allow_untyped_calls = false
allow_untyped_decorators = false
allow_untyped_defs = false
check_untyped_defs = true
enable_error_code = ignore-without-code
ignore_missing_imports = false
no_implicit_optional = true
pretty = true
show_error_codes = true
warn_redundant_casts = true
warn_return_any = true
warn_unused_configs = true
warn_unused_ignores = true
[mypy-colored_traceback]
ignore_missing_imports = true
[mypy-path]
ignore_missing_imports = true
[mypy-pygit2]
ignore_missing_imports = true
[mypy-schema]
ignore_missing_imports = true
[mypy-gitlab]
ignore_missing_imports = true
[mypy-github3]
ignore_missing_imports = true
[mypy-ruamel]
ignore_missing_imports = true