From 0fec5b71b1a3c6f86cb2b22e1ebf7c635d752161 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Fri, 25 Oct 2024 09:36:48 +0200 Subject: [PATCH] chore: Remove argcomplete exception argcomplete has mypy support now. --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fab016431..6266e3300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,12 +78,6 @@ plugins = [ "pydantic.mypy" ] -[[tool.mypy.overrides]] -module = [ - "argcomplete", -] -ignore_missing_imports = true - [tool.ruff] target-version = "py311" line-length = 100