-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmypy.ini
More file actions
40 lines (34 loc) · 875 Bytes
/
mypy.ini
File metadata and controls
40 lines (34 loc) · 875 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
36
37
38
39
40
[mypy]
warn_return_any = True
warn_unused_configs = True
disallow_untyped_defs = True
[mypy-django.apps.*]
ignore_missing_imports = True
[mypy-django.db.*]
ignore_missing_imports = True
[mypy-django.conf.*]
ignore_missing_imports = True
[mypy-django.contrib.*]
ignore_missing_imports = True
[mypy-django.core.*]
ignore_missing_imports = True
[mypy-django.test.*]
ignore_missing_imports = True
[mypy-django.urls.*]
ignore_missing_imports = True
[mypy-drf_spectacular.utils.*]
ignore_missing_imports = True
[mypy-rest_framework.*]
ignore_missing_imports = True
[mypy-api.*]
ignore_missing_imports = True
[mypy-apps.bot_management.models.*]
ignore_missing_imports = True
; allow_untyped_defs = True
; disable_error_code = attr-defined, return
[mypy-bot_constructor.*]
ignore_errors = True
[mypy-testing_app.*]
ignore_errors = True
[mypy-bot_server.*]
ignore_errors = True