From 526bcb5caf31cddd0f8bc78f22cc6d8b07b8d6bd Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 29 Mar 2025 21:00:41 +0300 Subject: [PATCH] Remove unused ignore --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 315984f49..59d95f0e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -145,9 +145,6 @@ enable_error_code = possibly-undefined, redundant-self, -# We run mypy on all python versions, but only 3.10+ supports pattern matching: -exclude = .*test_.*pattern_matching - disable_error_code = empty-body, no-untyped-def # We cannot work without explicit `Any` types and plain generics: