From a0b0075cddc3cf0cc5fe52eabe4b56f7530debc4 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Tue, 12 Nov 2024 06:48:31 +1100 Subject: [PATCH] ignore docs again --- {{cookiecutter.repo_name}}/.pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/.pylintrc b/{{cookiecutter.repo_name}}/.pylintrc index f97634f..4d2cbae 100644 --- a/{{cookiecutter.repo_name}}/.pylintrc +++ b/{{cookiecutter.repo_name}}/.pylintrc @@ -52,7 +52,7 @@ ignore=CVS # ignore-list. The regex matches against paths and can be in Posix or Windows # format. Because '\\' represents the directory delimiter on Windows systems, # it can't be used as an escape character. -ignore-paths= +ignore-paths=docs # Files or directories matching the regular expression patterns are skipped. # The regex matches against base names, not paths. The default value ignores