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