From d7150dc22b14abaca05cd4dd4588870f860ad6d1 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 23 Apr 2024 11:12:15 -0700 Subject: [PATCH] no needed exclude --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index a710fcd0763a9..1cab7a587ab0b 100644 --- a/.pylintrc +++ b/.pylintrc @@ -29,7 +29,7 @@ ignore=CVS,migrations # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. -ignore-patterns=.*tests.*,.*scripts.*,.*migrations.* +ignore-patterns= # Pickle collected data for later comparisons. persistent=yes