This commit is contained in:
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
}