From 50dd6035201c0b837e7d1c1b9e8bf0dc9158888f Mon Sep 17 00:00:00 2001 From: A_D Date: Fri, 23 Dec 2022 17:53:58 +0200 Subject: [PATCH] tests/config: Disable mypy on _old_config.py This file is just for regression testing and will never be typed correctly, which is why we no longer use it :D --- tests/config/_old_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/config/_old_config.py b/tests/config/_old_config.py index 0226bc36..211c1e72 100644 --- a/tests/config/_old_config.py +++ b/tests/config/_old_config.py @@ -1,3 +1,4 @@ +# type: ignore import numbers import sys import warnings