Python: --max-import-depth=0

to avoid nodes in the extracted stdlib

Was there a reason for this depth to be 1?
This commit is contained in:
Rasmus Lerchedahl Petersen
2022-09-12 23:25:48 +02:00
parent bf16e220a0
commit 56dcfc2161

View File

@@ -1 +1 @@
semmle-extractor-options: --lang=3 --max-import-depth=1
semmle-extractor-options: --lang=3 --max-import-depth=0