]> git.openstreetmap.org Git - nominatim.git/blobdiff - .pylintrc
Handle postcode type change in place insert trigger
[nominatim.git] / .pylintrc
index 65f97b146ac9ac27ff8a039a3c13dc427a5fe473..28ce1ff42588ddae75268815bdb344aac6761d01 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -10,4 +10,6 @@ ignored-modules=icu
 # closing added here because it sometimes triggers a false positive with
 # 'with' statements.
 ignored-classes=NominatimArgs,closing
-disable=too-few-public-methods
+disable=too-few-public-methods,duplicate-code
+
+good-names=i,x,y,fd,db