]> git.openstreetmap.org Git - nominatim.git/blob - .pylintrc
Merge pull request #2228 from AntoJvlt/import-special-phrases-porting-python
[nominatim.git] / .pylintrc
1 [MASTER]
2
3 extension-pkg-whitelist=osmium
4 ignored-modules=icu
5
6 [MESSAGES CONTROL]
7
8 [TYPECHECK]
9
10 # closing added here because it sometimes triggers a false positive with
11 # 'with' statements.
12 ignored-classes=NominatimArgs,closing