Conversation
Signed-off-by: ayamir <lgt986452565@gmail.com>
|
@fecet @CharlesChiuGit |
|
I just started learning about Python's linter and formatter today, so I may not be able to provide any assistance beyond testing. Edit: I just realized ruff format in null-ls is simply call ruff with |
|
I tend to use |
|
I have tried this PR and everything works fine! Except I notice two things: |
|
|
I think it's better not to include any ignore as default, if anyone found this was annoyed, they could add that in ther |
|
OK,we can wait for this. |
|
Agree with @fecet , we can just comment out the |
* feat: add default config for pylsp. Signed-off-by: ayamir <lgt986452565@gmail.com> * clean old config of black in null-ls. * feat: install pylsp plugins automatically. * perf: remove isort for pylsp, add E501 and F401 to ignore. * perf: remove E501 and F401 from ignore list. --------- Signed-off-by: ayamir <lgt986452565@gmail.com>
* feat: add default config for pylsp. Signed-off-by: ayamir <lgt986452565@gmail.com> * clean old config of black in null-ls. * feat: install pylsp plugins automatically. * perf: remove isort for pylsp, add E501 and F401 to ignore. * perf: remove E501 and F401 from ignore list. --------- Signed-off-by: ayamir <lgt986452565@gmail.com>
* feat: add default config for pylsp. Signed-off-by: ayamir <lgt986452565@gmail.com> * clean old config of black in null-ls. * feat: install pylsp plugins automatically. * perf: remove isort for pylsp, add E501 and F401 to ignore. * perf: remove E501 and F401 from ignore list. --------- Signed-off-by: ayamir <lgt986452565@gmail.com>

I set the default config for
pylspand solved the problem in #767 by enableruffto do lint.Main config:
null-ls.pylspinstalled or updated.The result:
