pylintrc 280 B

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