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 e1f0eeb commit cfd2dacCopy full SHA for cfd2dac
.vim/.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