From a869184ad4061a233a4f401ca4e2731aee5a2da7 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 23 Nov 2025 08:56:42 +0100 Subject: [PATCH] Shut up pylint due to bugs. --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pylintrc b/.pylintrc index 5d2837de..53171d07 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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