From 7653c0fd398f22f1f949d435f3fdf9eeb935732f Mon Sep 17 00:00:00 2001 From: Avasam Date: Sun, 25 Aug 2024 13:09:21 -0400 Subject: [PATCH] Pass mypy --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef61b66..47b170f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,11 +62,8 @@ type = [ "pytest-mypy", # local + "types-beautifulsoup4" ] [tool.setuptools_scm] - - -[tool.pytest-enabler.mypy] -# Disabled due to jaraco/skeleton#143