Skip to content

Commit 7bce50f

Browse files
committed
.vim/coc-settings.json: Add file for ruff
1 parent e1f0eeb commit 7bce50f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.vim/.vim/coc-settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"[markdown][python]": {
3+
"coc.preferences.formatOnSave": true
4+
},
5+
"python.analysis.autoSearchPaths": true,
6+
"python.analysis.typeCheckingMode": "basic",
7+
"python.analysis.useLibraryCodeForTypes": true,
8+
"python.formatting.provider": "ruff",
9+
"python.linting.ruffEnabled": true,
10+
"python.linting.mypyEnabled": true,
11+
"python.linting.flake8Enabled": false,
12+
"python.linting.pyflakesEnabled": false,
13+
"python.linting.pycodestyleEnabled": false,
14+
"python.linting.banditEnabled": false,
15+
"python.linting.pylamaEnabled": false,
16+
"python.linting.pylintEnabled": false,
17+
"pyright.organizeimports.provider": "ruff",
18+
"pyright.testing.provider": "pytest",
19+
}

0 commit comments

Comments
 (0)