|
100 | 100 | max-args=10
|
101 | 101 |
|
102 | 102 | [tool.pyright]
|
103 |
| - # Includes all rules in strict mode, with some set to warning |
| 103 | + # All rules apart from base are shown explicitly below |
104 | 104 | deprecateTypingAliases=true
|
105 | 105 | disableBytesTypePromotions=true
|
106 | 106 | include=["sparse_autoencoder"]
|
|
119 | 119 | reportInvalidTypeVarUse=true
|
120 | 120 | reportMatchNotExhaustive=true
|
121 | 121 | reportMissingParameterType=true
|
122 |
| - reportMissingTypeArgument="warning" |
123 |
| - reportMissingTypeStubs="warning" |
| 122 | + reportMissingTypeArgument=false |
| 123 | + reportMissingTypeStubs=false |
124 | 124 | reportOptionalCall=true
|
125 | 125 | reportOptionalContextManager=true
|
126 | 126 | reportOptionalIterable=true
|
|
134 | 134 | reportTypeCommentUsage=true
|
135 | 135 | reportTypedDictNotRequiredAccess=true
|
136 | 136 | reportUnboundVariable=true
|
137 |
| - reportUnknownArgumentType="warning" |
| 137 | + reportUnknownArgumentType=false |
138 | 138 | reportUnknownLambdaType=true
|
139 |
| - reportUnknownMemberType="warning" |
140 |
| - reportUnknownParameterType="warning" |
141 |
| - reportUnknownVariableType="warning" |
| 139 | + reportUnknownMemberType=false |
| 140 | + reportUnknownParameterType=false |
| 141 | + reportUnknownVariableType=false |
142 | 142 | reportUnnecessaryCast=true
|
143 | 143 | reportUnnecessaryComparison=true
|
144 | 144 | reportUnnecessaryContains=true
|
|
0 commit comments