Closed
Description
In function iter_source_code, if a path is_skipped, and is also in visited_dirs, it will be removed from dirnames twice.
This happens if you have symbolic links in code, causing loops, and then try to disable these links using the "-s" parameter to isort.
Would be good to have an option to isort to prevent following symbolic links as well.
Activity