microsoft / vscode-isort

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

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

Closed jicruz96 closed 4 months ago

jicruz96 commented 4 months 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