We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff format
1 parent cb952d3 commit e1f0eebCopy full SHA for e1f0eeb
.vim/coc-settings.json
@@ -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