Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 29, 2024
1 parent 33af50c commit 6045ecc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 6045ecc

Please sign in to comment.