mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-14 13:19:05 +03:00
d848d5aa0b
* chore: add husky * chore(eslint): add no-unused-vars rule * chore(eslint): add no-explicit-any rule * chore: add PR template
10 lines
188 B
JSON
10 lines
188 B
JSON
{
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.autopep8"
|
|
},
|
|
"python.formatting.provider": "none",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
}
|