From 442d32f39938894b8a2b2ef8b5b09964763dd832 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 16 Apr 2023 23:02:46 +0200 Subject: [PATCH] pylintrc disable=W0613 --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 4c23e24..8a8d281 100644 --- a/pylintrc +++ b/pylintrc @@ -63,6 +63,7 @@ confidence= disable=bad-continuation, missing-module-docstring, W0511 + W0613 # 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