From eabdc979aed12885549a23ffb9ae96ef04bcd2d6 Mon Sep 17 00:00:00 2001 From: h8d13 Date: Fri, 9 Jan 2026 15:18:16 +0100 Subject: [PATCH] More fix to pylint to find local archinstall module --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) 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