[TECH DEBT]: Skip parsing notebook if present in the NotebookLinter._python_tree_cache
#3552
Open
1 task done
Labels
enhancement
New feature or request
internal
this pull request won't appear in release notes
migrate/code
Abstract Syntax Trees and other dark magic
needs-triage
Is there an existing issue for this?
Problem statement
Skip parsing notebook if present in the
NotebookLinter._python_tree_cache
. This means the notebook was already parsed because it was referred by another notebook using aRunCell
Proposed Solution
Use the cache to get the Python tree instead of parsing.
Notes:
Additional Context
No response
The text was updated successfully, but these errors were encountered: