From 04ca4a486d595ea4aa405d870af29952505a5789 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 30 Jun 2024 22:52:36 +0200 Subject: [PATCH] Enable flake-type-checking --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75db18e..f975398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,6 @@ ignore = [ "CPY", # flake8-copyright "EM", # flake8-errmsg "SLF", # flake8-self - "TCH", # flake8-type-checking "ARG", # flake8-unused-arguments "TD", # flake8-todos "FIX", # flake8-fixme