From cc7c97e9621e75ef42b01968464374ace9ecbfa9 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Thu, 22 Aug 2024 11:49:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .flake8 | 2 ++ karkas.code-workspace | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.flake8 b/.flake8 index 4e2b181..1228e76 100644 --- a/.flake8 +++ b/.flake8 @@ -4,3 +4,5 @@ per-file-ignores = max-line-length = 88 count = true extend-ignore = E203,E701 + +extend-select = TC010 diff --git a/karkas.code-workspace b/karkas.code-workspace index 3aad916..7aaf5d8 100644 --- a/karkas.code-workspace +++ b/karkas.code-workspace @@ -12,10 +12,6 @@ "name": "Karkas Core", "path": "src/karkas_core" }, - { - "name": "Gnomik", - "path": "src/gnomik" - }, { "name": "ALT Linux", "path": "src/altlinux"