-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (21 loc) · 526 Bytes
/
setup.cfg
File metadata and controls
24 lines (21 loc) · 526 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
[mypy]
warn_unused_ignores = true
follow_imports = normal
show_error_context = true
warn_incomplete_stub = true
ignore_missing_imports = true
check_untyped_defs = true
cache_dir = ./local/mypy-cache
warn_redundant_casts = true
warn_unused_configs = true
strict_optional = true
strict_equality = true
[coverage:report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
ignore_errors = True
[coverage:run]
source =
openapi_client_generator