79119186

Date: 2024-10-23 18:21:05
Score: 2.5
Natty:
Report link

https://docs.astral.sh/ruff/editors/setup/#vim , open "With the ALE plugin for Vim or Neovim." The docs shows

" Linter
let g:ale_linters = { "python":     ["ruff"] }
" Formatter
let g:ale_fixers = { "python": ["ruff

Thank you very much @phd. I missed this part of the doc. I’m confused ☺️

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @phd
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Raoul Debaze