From 10d4ff5efafa2e1dffe2c9bea20f5e29b3bee941 Mon Sep 17 00:00:00 2001 From: Chandrashekhar R <73425927+cr2007@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:14:08 +0400 Subject: [PATCH] Updates Pyling configuration file --- .pylintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 8438fff..89c48a5 100644 --- a/.pylintrc +++ b/.pylintrc @@ -438,7 +438,10 @@ disable=raw-checker-failed, use-implicit-booleaness-not-comparison-to-zero, redefined-builtin, missing-module-docstring, - too-many-arguments ; Need to be edited later on to remove this line + too-many-arguments, ; Need to be edited later on to remove this line + too-few-public-methods, + unrecognized-option, + unknown-option-value # 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