Show absolute paths in skipped file messages
When files are skipped, isort now displays their absolute paths in verbose mode, consistent with the "Fixing" messages. This improves debugging by making it clear which files are being skipped. Changes: - isort/main.py:1178 - Convert file_name to absolute path before appending - isort/files.py:24 - Use full_path instead of just dirname - isort/files.py:35 - Use absolute filepath instead of just filename Fixes #2412 Signed-off-by:Pranav Lawate <pran.lawate@gmail.com>
Loading
Please register or sign in to comment