From 7b1c875f9eea08eec7a6ce8a30ce59987abfe22a Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 21 Jan 2023 17:34:57 +0100 Subject: [PATCH] lint fixes --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index 5b245ae..d49b503 100644 --- a/.pylintrc +++ b/.pylintrc @@ -418,6 +418,7 @@ disable=raw-checker-failed, use-symbolic-message-instead, C0114, C0115, C0116, # docstrings C0103, # var naming + R0205, # filter_plugins 'FilterModule' # 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