From 078c18d358e08e4222eda6bdf43c828e1b6928df Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 20 May 2025 07:45:14 -0400 Subject: [PATCH] pylintrc: Remove obsolete ignore section and comments. Remove the obsolete ignore=CVS since we use git now. We make the code more inclusive by removing obsolete comments. Reviewed-by: Florian Weimer --- scripts/pylintrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/pylintrc b/scripts/pylintrc index d772cb0a7de..ac635c36bc1 100644 --- a/scripts/pylintrc +++ b/scripts/pylintrc @@ -10,10 +10,6 @@ # Profiled execution. profile=no -# Add files or directories to the blacklist. They should be base names, not -# paths. -ignore=CVS - # Pickle collected data for later comparisons. persistent=yes -- 2.47.2