Skip to content

Commit

Permalink
.vim/coc-settings.json: Add file for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 18, 2023
1 parent e1f0eeb commit 7bce50f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vim/.vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"[markdown][python]": {
"coc.preferences.formatOnSave": true
},
"python.analysis.autoSearchPaths": true,
"python.analysis.typeCheckingMode": "basic",
"python.analysis.useLibraryCodeForTypes": true,
"python.formatting.provider": "ruff",
"python.linting.ruffEnabled": true,
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": false,
"python.linting.pyflakesEnabled": false,
"python.linting.pycodestyleEnabled": false,
"python.linting.banditEnabled": false,
"python.linting.pylamaEnabled": false,
"python.linting.pylintEnabled": false,
"pyright.organizeimports.provider": "ruff",
"pyright.testing.provider": "pytest",
}

0 comments on commit 7bce50f

Please sign in to comment.