# closing added here because it sometimes triggers a false positive with
# 'with' statements.
ignored-classes=NominatimArgs,closing
-disable=too-few-public-methods,duplicate-code
+# 'too-many-ancestors' is triggered already by deriving from UserDict
+disable=too-few-public-methods,duplicate-code,too-many-ancestors
good-names=i,x,y,fd,db