From 8b672d220b7d8b745e4a1f6185d8b70bc11183e1 Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Thu, 6 Jun 2024 09:06:33 +0100 Subject: [PATCH] Remove _version.py from linting (#85) --- tests/pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pylintrc b/tests/pylintrc index cc5da78..d350f78 100644 --- a/tests/pylintrc +++ b/tests/pylintrc @@ -13,7 +13,7 @@ ignore=CVS # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. -ignore-patterns= +ignore-patterns=_version.py # Pickle collected data for later comparisons. persistent=yes