Nominatim/.pylintrc
Sarah Hoffmann 32683f73c7 move import-data option to native python
This adds a new dependecy to the Python psutil package.
2021-02-25 18:42:54 +01:00

12 lines
207 B
INI

[MASTER]
extension-pkg-whitelist=osmium
[MESSAGES CONTROL]
[TYPECHECK]
# closing added here because it sometimes triggers a false positive with
# 'with' statements.
ignored-classes=NominatimArgs,closing