forked from ansible/molecule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmypy.ini
More file actions
35 lines (26 loc) · 650 Bytes
/
Copy pathmypy.ini
File metadata and controls
35 lines (26 loc) · 650 Bytes
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
[mypy]
python_version = 3.6
color_output = True
error_summary = True
disallow_untyped_calls = True
warn_redundant_casts = True
no_implicit_optional = True
# 3rd party ignores, to remove once they add hints
[mypy-cerberus.*]
ignore_missing_imports = True
[mypy-click_completion]
ignore_missing_imports = True
[mypy-click_help_colors]
ignore_missing_imports = True
[mypy-cookiecutter.*]
ignore_missing_imports = True
[mypy-pexpect]
ignore_missing_imports = True
[mypy-pluggy]
ignore_missing_imports = True
[mypy-pytest]
ignore_missing_imports = True
[mypy-ruamel]
ignore_missing_imports = True
[mypy-testinfra.*]
ignore_missing_imports = True