[MASTER] # Ensure pylint can import the project package by adding src to sys.path init-hook= import sys, os; sys.path.insert(0, os.path.abspath("src")) # You can tweak further global settings here as needed # good-names=i,j,k,ex,_,db # ignore-patterns=venv,\.venv,build,dist