You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will be removing dependency on isort and be dependent on ruff as of now for import sorting. as ruff does not support comment based parsing of imports so we would not be able to differentiate between system and external. but we will be able to figure out internal imports which we need right now. Also right now we use absolute import conversion from ruff on codebases to make sure we get the full path of internal import irrespective of how relative it is. but it is an unsafe modification on codebases. so we cant run on actual codebases on branch. So what we will do- We will run them as of now in temporal worker to not cause any ill effect on actual codebases.
JayGhiya
changed the title
Move from traditional Parsing of Imports to tree-sitter based parsing.
Child Activity: Preprocessing and Move from traditional Parsing of Imports to tree-sitter based parsing.
Jan 6, 2025
Huly®: UNOPL-294
The text was updated successfully, but these errors were encountered: