Shut up pylint due to bugs.

This commit is contained in:
Felix Fontein 2025-11-23 08:56:42 +01:00
parent a985e05482
commit a869184ad4

View File

@ -388,6 +388,8 @@ disable=raw-checker-failed,
unused-argument,
# Cannot remove yet due to inadequacy of rules
inconsistent-return-statements, # doesn't notice that fail_json() does not return
# Buggy impementation in pylint:
relative-beyond-top-level, # TODO
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option