ast: mark ast.Num etc. as deprecated (#10994)

This commit is contained in:
Jelle Zijlstra
2023-11-08 19:40:22 +01:00
committed by GitHub
parent 516f665505
commit 17f8a82376
3 changed files with 11 additions and 4 deletions
+2
View File
@@ -42,4 +42,6 @@
"reportOverlappingOverload": "none",
// The name of the self/cls parameter is out of typeshed's control.
"reportSelfClsParameterName": "none",
// Not actionable in typeshed
"reportDeprecated": "none",
}