mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
For syntax errors, we simply report the major version. For unused imports, we were getting a result for `typing.py` when run under Python 3.7.3. To prevent this import from being considered, I've set the maximum import depth to `0`.
2 lines
47 B
Plaintext
2 lines
47 B
Plaintext
semmle-extractor-options: --max-import-depth=0
|