@@ -302,56 +302,45 @@ include = [
302302 " tests" ,
303303 " utils" ,
304304]
305+ exclude = [
306+ " tests/roots" ,
307+ ]
305308
306309reportArgumentType = " none"
307310reportAssignmentType = " none"
308311reportAttributeAccessIssue = " none"
309312reportCallIssue = " none"
310313reportConstantRedefinition = " none"
311- reportDeprecated = " none"
312314reportGeneralTypeIssues = " none"
313315reportIncompatibleMethodOverride = " none"
314316reportIncompatibleVariableOverride = " none"
315- reportInconsistentOverload = " none"
316317reportIndexIssue = " none"
317- reportInvalidTypeArguments = " none"
318318reportInvalidTypeForm = " none"
319- reportInvalidTypeVarUse = " none"
320319reportMissingImports = " none"
321320reportMissingModuleSource = " none"
322321reportMissingParameterType = " none"
323322reportMissingTypeArgument = " none"
324323reportMissingTypeStubs = " none"
325324reportOperatorIssue = " none"
326- reportOptionalIterable = " none"
327325reportOptionalMemberAccess = " none"
328- reportOptionalOperand = " none"
329326reportOptionalSubscript = " none"
330327reportPossiblyUnboundVariable = " none"
331328reportPrivateUsage = " none"
332329reportRedeclaration = " none"
333330reportReturnType = " none"
334- reportSelfClsParameterName = " none"
335- reportTypeCommentUsage = " none"
336- reportTypedDictNotRequiredAccess = " none"
337- reportUndefinedVariable = " none"
338331reportUnknownArgumentType = " none"
339332reportUnknownLambdaType = " none"
340333reportUnknownMemberType = " none"
341334reportUnknownParameterType = " none"
342335reportUnknownVariableType = " none"
343336reportUnnecessaryComparison = " none"
344- reportUnnecessaryContains = " none"
345337reportUnnecessaryIsInstance = " none"
346- reportUnsupportedDunderAll = " none"
347338reportUntypedBaseClass = " none"
348- reportUntypedFunctionDecorator = " none"
349339reportUntypedNamedTuple = " none"
350340reportUnusedClass = " none"
351341reportUnusedFunction = " none"
352342reportUnusedImport = " none"
353343reportUnusedVariable = " none"
354- reportWildcardImportFromLibrary = " none"
355344
356345[tool .uv ]
357346default-groups = " all"
0 commit comments