]> git.openstreetmap.org Git - nominatim.git/blob - .pylintrc
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / .pylintrc
1 [MASTER]
2
3 extension-pkg-whitelist=osmium
4
5 [MESSAGES CONTROL]
6
7 [TYPECHECK]
8
9 # closing added here because it sometimes triggers a false positive with
10 # 'with' statements.
11 ignored-classes=NominatimArgs,closing