]> git.openstreetmap.org Git - nominatim.git/commit
pylint: disable no-self-use check
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 11 May 2022 08:25:00 +0000 (10:25 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 11 May 2022 08:25:00 +0000 (10:25 +0200)
commitd14a585cc92c1558c23ca86855474f14fd711cb2
tree303e5815707c5d99919826f4386d09013b461a2a
parent7f7a7df3a2dfb7ae97bafb2c2e83209a87b75f24
pylint: disable no-self-use check

This checker encourages bad behaviour (namely changing the static
status of a function during inheritence) and will be made optional
in upcoming versions of pylint.
.pylintrc
nominatim/tokenizer/icu_tokenizer.py
nominatim/tokenizer/legacy_tokenizer.py