]> git.openstreetmap.org Git - nominatim.git/blobdiff - .pylintrc
document use of mypy
[nominatim.git] / .pylintrc
index da6dbe0376cd5285a6cc206f1c0f5beaadad0a79..52d9fcf9e623b2b709841efe35d1a9995cb5a9fe 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,6 +1,7 @@
 [MASTER]
 
 extension-pkg-whitelist=osmium
+ignored-modules=icu,datrie
 
 [MESSAGES CONTROL]
 
@@ -9,3 +10,7 @@ extension-pkg-whitelist=osmium
 # closing added here because it sometimes triggers a false positive with
 # 'with' statements.
 ignored-classes=NominatimArgs,closing
+# 'too-many-ancestors' is triggered already by deriving from UserDict
+disable=too-few-public-methods,duplicate-code,too-many-ancestors,bad-option-value,no-self-use
+
+good-names=i,x,y,fd,db,cc