From b920156e5971a62553b15ea83119e4be68100123 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Fri, 25 Aug 2023 07:49:31 -0500 Subject: [PATCH] Fixed issue with ruff reporting subprocess problems !minor --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 34ed65fd..8559f3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,6 +154,7 @@ ignore = [ "S101", "S104", "D105", "D106", "D107", "D200", "D212", "PD011", + "PLW1510", ] # Allow autofix for all enabled rules (when `--fix`) is provided.