Skip to content

Commit

Permalink
feat(Python): Use ruff instead of flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
walcht committed Sep 7, 2023
1 parent edce4f5 commit dec90ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion after/plugin/lsp_related/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local servers = {}
-- Add linters and formatters here
local linters_and_formatters = {
'black',
'mypy',
'ruff',
'csharpier',
'jsonlint',
'markdownlint',
Expand Down
3 changes: 1 addition & 2 deletions after/plugin/lsp_related/null_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ null_ls.setup({
formatting.black.with({
extra_args = { "--line-length=110" }
}),
diagnostics.mypy,

diagnostics.ruff,
-- C#
formatting.csharpier,

Expand Down

0 comments on commit dec90ca

Please sign in to comment.