microsoft / vscode-isort

Import sorting for python using the isort library.
https://marketplace.visualstudio.com/items?itemName=ms-python.isort
MIT License
83 stars 19 forks source link

Do not log traceback if file has `skip_file` comment #416

Open jicruz96 opened 2 weeks ago

jicruz96 commented 2 weeks ago

closes #415

Let's assume you have a file with a # isort: skip_file comment.

Before:

You'd get a nearly illegible traceback:

Screenshot 2024-07-05 at 12 07 56 AM

After:

Screenshot 2024-07-05 at 12 37 49 AM