forked from bridgecrewio/checkov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmypy.ini
34 lines (25 loc) · 766 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
[mypy]
files = checkov
exclude = checkov/(arm|cloudformation|dockerfile|github|bitbucket|gitlab|helm|kubernetes|kustomize|sca_package|secrets|serverless|terraform|common/(bridgecrew|goget|graph|output|parsers|runners))
strict = True
disallow_subclassing_any = False
implicit_reexport = True
show_error_codes = True
[mypy-argcomplete.*]
ignore_missing_imports = True
[mypy-cloudsplaining.*]
ignore_missing_imports = True
[mypy-configargparse.*]
ignore_missing_imports = True
[mypy-docker.*]
ignore_missing_imports = True
[mypy-dpath.*]
ignore_missing_imports = True
[mypy-jsonpath_ng.*]
ignore_missing_imports = True
[mypy-networkx.*]
ignore_missing_imports = True
[mypy-update_checker.*]
ignore_missing_imports = True
[mypy-checkov.*]
follow_imports = skip