]> git.openstreetmap.org Git - nominatim.git/blobdiff - .pylintrc
cache translieration results
[nominatim.git] / .pylintrc
index da6dbe0376cd5285a6cc206f1c0f5beaadad0a79..756bba19e34ecf62382c9d9ad93aa92932ff143b 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,6 +1,7 @@
 [MASTER]
 
 extension-pkg-whitelist=osmium
+ignored-modules=icu
 
 [MESSAGES CONTROL]
 
@@ -9,3 +10,4 @@ extension-pkg-whitelist=osmium
 # closing added here because it sometimes triggers a false positive with
 # 'with' statements.
 ignored-classes=NominatimArgs,closing
+disable=too-few-public-methods,duplicate-code