2021-02-24 19:21:45 +03:00
|
|
|
[MASTER]
|
|
|
|
|
|
|
|
extension-pkg-whitelist=osmium
|
2021-06-09 16:07:36 +03:00
|
|
|
ignored-modules=icu,datrie
|
2021-02-24 19:21:45 +03:00
|
|
|
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
|
|
|
|
[TYPECHECK]
|
|
|
|
|
|
|
|
# closing added here because it sometimes triggers a false positive with
|
|
|
|
# 'with' statements.
|
|
|
|
ignored-classes=NominatimArgs,closing
|
2022-02-07 13:49:18 +03:00
|
|
|
# 'too-many-ancestors' is triggered already by deriving from UserDict
|
2022-07-03 12:33:19 +03:00
|
|
|
# 'not-context-manager' disabled because it causes false positives once
|
|
|
|
# typed Python is enabled. See also https://github.com/PyCQA/pylint/issues/5273
|
|
|
|
disable=too-few-public-methods,duplicate-code,too-many-ancestors,bad-option-value,no-self-use,not-context-manager
|
2021-05-12 20:57:48 +03:00
|
|
|
|
2022-11-22 19:10:21 +03:00
|
|
|
good-names=i,x,y,m,fd,db,cc
|