-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpyrefly.toml
More file actions
96 lines (93 loc) · 2.09 KB
/
Copy pathpyrefly.toml
File metadata and controls
96 lines (93 loc) · 2.09 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: OpenMDW-1.1
project-includes = [
"cosmos_framework/",
]
project-excludes = [
"packages/",
]
infer-with-first-use = false
ignore-missing-source = false
search-path = [ "./" ]
ignore-missing-imports = [
"cloudpickle.*",
"cloudpickle",
"flash_attn_3.*",
"flash_attn_3",
"launcher.*",
"launcher",
"librosa",
"librosa.*",
"soundfile.*",
"soundfile",
"transformer_engine_torch.*",
"transformer_engine_torch",
"wordfreq.*",
"wordfreq",
]
[errors]
annotation-mismatch=false
assert-type=true
bad-argument-count=false
bad-argument-type=false
bad-assignment=false
bad-class-definition=false
bad-context-manager=false
bad-function-definition=false
bad-index=false
bad-instantiation=false
bad-keyword-argument=false
bad-match=true
bad-override=false
bad-param-name-override=false
bad-return=false
bad-specialization=false
bad-typed-dict=false
bad-typed-dict-key=false
bad-unpacking=false
deprecated=false
implicit-any=false
implicit-import=false
implicitly-defined-attribute=false
inconsistent-inheritance=false
inconsistent-overload=false
internal-error=false
invalid-annotation=false
invalid-argument=false
invalid-decorator=false
invalid-inheritance=false
invalid-literal=false
invalid-overload=false
invalid-param-spec=false
invalid-self-type=false
invalid-super-call=false
invalid-syntax=false
invalid-type-alias=false
invalid-type-var=false
invalid-type-var-tuple=false
invalid-yield=false
missing-argument=false
missing-attribute=false
missing-import=true
missing-module-attribute=true
missing-source=true
no-access=false
no-matching-overload=false
not-async=false
not-a-type=false
not-callable=false
not-iterable=false
parse-error=true
protocol-implicitly-defined-attribute=false
read-only=false
redundant-cast=true
redundant-condition=true
reveal-type=true
unbound-name=false
unexpected-keyword=false
unexpected-positional-argument=false
unknown-name=false
unsupported-delete=true
unsupported=false
unsupported-operation=false
unused-coroutine=true