From 97d2f3de00f6f597fd3633bf2e16cf46812f376d Mon Sep 17 00:00:00 2001 From: christopherngutierrez Date: Mon, 9 Jun 2025 17:26:58 -0700 Subject: [PATCH] Bug fix for python code location for precommit and tests --- .pre-commit-config.yaml | 2 +- pytest.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72b98915..e94aef70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: args: - -rn # Only display messages - -sn # Don't display the score - - --source-roots=kerngen # Working directory + - --source-roots=p-isa_tools/kerngen # Working directory - id: clang-format-14 name: clang-format-14 entry: clang-format-14 diff --git a/pytest.ini b/pytest.ini index c7896064..078e36d7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -pythonpath = kerngen +pythonpath = p-isa_tools/kerngen