From d3f2898c268528cdc3d3dcce96e7ce22d41e2770 Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:28:14 +0100 Subject: [PATCH] ci: Remove old dependency `m2r` from `mypy` Not needed since #3506 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2bdf7783..92b7830d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -423,7 +423,6 @@ module = [ "nbformat.*", "ipykernel.*", "ibis.*", - "m2r.*", # This refers to schemapi in the tools folder which is imported # by the tools scripts such as generate_schema_wrapper.py "schemapi.*"