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