From 2ce885128342a88b0b879863d6eb07171348d3e8 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 27 Feb 2023 09:32:00 +0100 Subject: [PATCH] Add hook options to pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78d9e0e..149ea52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,4 +25,3 @@ python_version = "3.8" ignore_missing_imports = true no_implicit_optional = true check_untyped_defs = true -