From e98647f8921166fa136dbbc37fbcf7bfc4a59b50 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 4 Jul 2023 08:32:46 +0000 Subject: [PATCH] MAINT: implement updates from pre-commit hooks --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f660b677..f2ca2ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,12 +155,12 @@ ignore = [ "SIM108", ] show-fixes = true -target-version = "py37" -task-tags = ["cspell"] src = [ "src", "tests", ] +target-version = "py37" +task-tags = ["cspell"] [tool.ruff.per-file-ignores] "docs/*" = [