From 6045ecc3b18e72f41e2f63946b4e2ee0702ba0bb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 20:14:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/conftest.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 1f2fe484..9bfa82c4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -107,7 +107,13 @@ def vulnerability_onboarding_dir(): Returns: str: Directory path. """ - path = Path(__file__).parents[1] / "docs" / "user_guide" / "vulnerability" / "vulnerability_functions" + path = ( + Path(__file__).parents[1] + / "docs" + / "user_guide" + / "vulnerability" + / "vulnerability_functions" + ) return path