small improvements in query feed and nvim-lsp

This commit is contained in:
Tibeuleu
2024-08-08 00:03:29 +02:00
parent f3e13c4f6f
commit 019afe836f
4 changed files with 10 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ local servers = {
unsafeFixes = false, -- Whether or not to offer unsafe fixes as code actions. Ignored with the "Fix All" action
-- Rules that are ignored when a pyproject.toml or ruff.toml is present:
lineLength = 80, -- Line length to pass to ruff checking and formatting
lineLength = 160, -- Line length to pass to ruff checking and formatting
exclude = { "__about__.py" }, -- Files to be excluded by ruff checking
select = { "F" }, -- Rules to be enabled by ruff
ignore = { "D210" }, -- Rules to be ignored by ruff