From 25994a4fff520079acb754a3e19456ae491af6a2 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:08:10 -0400 Subject: [PATCH] Revert "More precise ignore" This reverts commit 71aeb87862c2d598f8e1e7c35636716c465c5abf. --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e10803d..0b91217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,12 +154,10 @@ max-args = 6 [tool.ruff.lint.extend-per-file-ignores] "test/**.py" = [ - "D", # pydocstyle + "D", # pydocstyle ] "docs/**/*" = [ "E402", # module level import not at top of file -] -"docs/conf.py" = [ "D", # pydocstyle ]