From 70becfc32ec98084067686bd456971a4cb76082c Mon Sep 17 00:00:00 2001 From: Igor Tolmachov Date: Sat, 3 Dec 2022 02:03:05 +0900 Subject: Beta 2.0 --- .vscode/settings.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '.vscode/settings.json') 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 @@ { - "cSpell.words": ["aiogram", "unban", "unmute"], - "python.linting.enabled": false, - "python.formatting.provider": "black", - "python.sortImports.path": "isort" + "cSpell.words": [ + "aiogram", + "middlewares", + "sessionmaker", + "sqlalchemy", + "unban", + "unmute" + ], + "files.exclude": { + "**/.mypy_cache": true, + "**/.venv": true + } } -- cgit v1.2.3