forked from hans/Nominatim
liniting: disable too-many-ancestors
This is triggered by UserDict which is meant of deriving.
This commit is contained in:
@@ -10,6 +10,7 @@ ignored-modules=icu,datrie
|
|||||||
# closing added here because it sometimes triggers a false positive with
|
# closing added here because it sometimes triggers a false positive with
|
||||||
# 'with' statements.
|
# 'with' statements.
|
||||||
ignored-classes=NominatimArgs,closing
|
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
|
good-names=i,x,y,fd,db
|
||||||
|
|||||||
Reference in New Issue
Block a user