From 75b32a92c0bc0fa1cc2de285c17d249ab70373c3 Mon Sep 17 00:00:00 2001 From: Clinton Mccrowey Date: Tue, 17 Oct 2023 08:54:59 -0400 Subject: [PATCH] minor type-o in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1615ed..89f6c98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ exclude = [ ] -target-version = ['py38', 'py39', 'py310', 'py311', , 'py312'] +target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] [tool.ruff.pydocstyle]