This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Error while formatting on save for python files #633
Answered
by
syphar
theairbend3r
asked this question in
Q&A
-
Hi, I'm getting the following error while formatting a python file.
My null ls setup
I am able to format my lua files properly so null_ls seems to be working. I'm not sure what the issue with .py file is. Is my config wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
syphar
Feb 3, 2022
Replies: 1 comment 1 reply
-
It looks to me as if this is coming from another plugin. Null-LS runs on |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
theairbend3r
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks to me as if this is coming from another plugin. Null-LS runs on
BufWritePre
as you configured it, the error happens onBufWritePost
.