]> git.openstreetmap.org Git - nominatim.git/blob - .pylintrc
Code cleaning, tests simplification and use of python3-icu package
[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