3 extension-pkg-whitelist=osmium,falcon
 
   4 ignored-modules=icu,datrie
 
  10 # closing added here because it sometimes triggers a false positive with
 
  12 ignored-classes=NominatimArgs,closing
 
  13 # 'too-many-ancestors' is triggered already by deriving from UserDict
 
  14 # 'not-context-manager' disabled because it causes false positives once
 
  15 #   typed Python is enabled. See also https://github.com/PyCQA/pylint/issues/5273
 
  16 disable=too-few-public-methods,duplicate-code,too-many-ancestors,bad-option-value,no-self-use,not-context-manager,use-dict-literal,chained-comparison
 
  18 good-names=i,x,y,m,t,fd,db,cc,x1,x2,y1,y2,pt,k,v