This commit is contained in:
Laurent Mazuel 2020-06-08 16:30:36 -07:00
Родитель 7bca9c2208
Коммит 66cd1968f2
1 изменённых файлов: 2 добавлений и 1 удалений

3
.vscode/settings.json поставляемый
Просмотреть файл

@ -5,5 +5,6 @@
"files.exclude": {
"**/*.pyc": true
},
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"python.linting.pylintEnabled": true
}