fix linting

This commit is contained in:
scito
2022-12-29 15:52:17 +01:00
parent b89a338246
commit f4389ca8a3
9 changed files with 53 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.unittestEnabled": true,
"python.testing.pytestEnabled": true,
"cSpell.words": [
"devbox",
@@ -16,5 +16,9 @@
"qrcode",
"TOTP",
"venv"
]
],
"search.exclude": {
"**/build": true,
"**/dist": true
},
}