This commit is contained in:
Alex 2021-05-21 07:54:16 +02:00
rodič dd36091c3f
revize badce4c5fc
2 změnil soubory, kde provedl 2 přidání a 5 odebrání

2
.gitignore vendorováno
Zobrazit soubor

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

5
.vscode/settings.json vendorováno
Zobrazit soubor

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