Этот коммит содержится в:
Alex 2021-05-21 07:54:16 +02:00
родитель dd36091c3f
Коммит badce4c5fc
2 изменённых файлов: 2 добавлений и 5 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -129,3 +129,5 @@ dmypy.json
# Pyre type checker
.pyre/
#VScode
.vscode/

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

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