From ec68849aefae3e9f9edd9f9708e11c7621f469b2 Mon Sep 17 00:00:00 2001 From: Alex Tong Date: Thu, 23 Nov 2023 15:11:03 -0500 Subject: [PATCH] Attempting to fix pre-commit problems v2 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 59cb9ec..05bab25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,3 +35,6 @@ count = true [tool.bandit] skips = ["B101", "B311"] + +[tool.isort] +known_first_party = ["tests"]