Début implémentation notes autres dans manager backend

This commit is contained in:
Quentin Roussel
2023-05-04 00:23:59 +02:00
parent d16f543056
commit b709602be6
5 changed files with 222 additions and 108 deletions

6
.vim/coc-settings.json Normal file
View File

@@ -0,0 +1,6 @@
{
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": false,
"python.linting.enabled": true,
"python.linting.pylamaEnabled": false
}