From 87e9f95fc1f344e648d646d9b4e8f44f895efbca Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Fri, 22 Nov 2024 16:43:30 -0800 Subject: [PATCH] Ignore examples for pylint --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index bc3b25c978..cfe3ff0c45 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,7 +7,7 @@ extension-pkg-whitelist=cassandra # Add list of files or directories to be excluded. They should be base names, not # paths. -ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,docs,.venv +ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,docs,.venv,example # Add files or directories matching the regex patterns to be excluded. The # regex matches against base names, not paths.