aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 97e885a..b61afbe 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,6 +1,14 @@
1{ 1{
2 "cSpell.words": ["aiogram", "unban", "unmute"], 2 "cSpell.words": [
3 "python.linting.enabled": false, 3 "aiogram",
4 "python.formatting.provider": "black", 4 "middlewares",
5 "python.sortImports.path": "isort" 5 "sessionmaker",
6 "sqlalchemy",
7 "unban",
8 "unmute"
9 ],
10 "files.exclude": {
11 "**/.mypy_cache": true,
12 "**/.venv": true
13 }
6} 14}