diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fed8d9e326..4f6951cf0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,5 +47,6 @@ repos: rev: v4.0.4 hooks: - id: pylint + args: ['--init-hook', 'import sys; sys.path.insert(0, ".")'] fail_fast: true require_serial: true