Skip to content
Discussion options

You must be logged in to vote

I have this and it works pretty well (disabling everything except ruff).

[[language]]
name = "python"

[language.config.pylsp.plugins]
flake8 = {enabled = false}
autopep8 = {enabled = false}
mccabe = {enabled = false}
pycodestyle = {enabled = false}
pyflakes = {enabled = false}
pylint = {enabled = false}
yapf = {enabled = false}
ruff = { enabled = true, ignore = ["F401"], lineLength = 120 }

Replies: 3 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@JurajLieskovsky
Comment options

@jpsecher
Comment options

Answer selected by kirawi
Comment options

You must be logged in to vote
10 replies
@funnes
Comment options

@NewtonChutney
Comment options

@galacticmice
Comment options

@funnes
Comment options

@NewtonChutney
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet