From 5dda4d45f396c28a70f1419c510836357f97dcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Sat, 3 Sep 2022 17:06:40 +0200 Subject: Add typing to benchmark tests --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 2c13527cb..72c59185a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,6 +72,9 @@ ignore_missing_imports = True [mypy-_pytest.*] ignore_missing_imports = True +[mypy-pytest_benchmark.*] +ignore_missing_imports = True + [mypy-setuptools] ignore_missing_imports = True -- cgit v1.2.1