Delete .vscode directory

This commit is contained in:
Chloe 2022-05-18 16:08:26 +01:00 committed by GitHub
parent 028973bce6
commit 0db56ca22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
{
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.flake8Args": [
"--ignore=E501, E261, E302, E231, E226, F401, E221, W503, E722, E711, E712, F841",
],
}