From 8d4f375835218c9f9e6e27832b1c94b4e45fd738 Mon Sep 17 00:00:00 2001 From: UtkarshMishra-Microsoft Date: Thu, 5 Dec 2024 18:27:10 +0530 Subject: [PATCH] test9 --- .pylintrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index b04a5965..1e4c7198 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,5 +1,9 @@ +[MASTER] +ignore=init.py +ignore-patterns=.\.pyc, init. + [MESSAGES CONTROL] -# Disable certain warnings and errors +# Retain your disabled warnings and errors disable= missing-docstring, # Missing docstrings invalid-name, # Variable names not in snake_case