We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4758de5 commit 25ed034Copy full SHA for 25ed034
pylsp_black/plugin.py
@@ -65,7 +65,7 @@ def format_text(*, text, config):
65
) as e:
66
# errors will show on lsp stderr stream
67
logger.error("Error formatting with black: %s", e)
68
- raise black.NothingChanged
+ raise black.NothingChanged from e
69
70
71
def load_config(filename: str) -> Dict:
0 commit comments