From 4775ae2e9cd4ecd2451baa8122176a63b4110ac6 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:50:00 -0400 Subject: [PATCH] Add .tox to Pylint ignore list --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 0ae1e4d4a1..d41efd13ef 100644 --- a/pylintrc +++ b/pylintrc @@ -9,7 +9,7 @@ # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS +ignore=.tox,CVS # Add files or directories matching the regular expressions patterns to the # ignore-list. The regex matches against paths and can be in Posix or Windows