From b9c4b91099737eebcfe885915ade7be7339ae4fa Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Fri, 12 Apr 2024 14:07:05 -0600 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0da40b0c..a0cc1032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,5 +11,5 @@ build-backend = "setuptools.build_meta" [tool.black] line-length = 79 -target-version = ["py39", "py310", "py311"] +target-version = ["py39", "py310"] include = '\.pyi?$'