From 0bdad60654806589cf6e9f0cdbea6ed4e70471f8 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 5 Sep 2023 16:17:09 +0300 Subject: Ignore linting version control files and migrations folder * .pylintrc: Add VCS and migrations to ignore and ignore-paths respectively. Signed-off-by: Munyoki Kilyungi --- .pylintrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 2753c79..9b7ea17 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,3 +1,7 @@ +[MAIN] +ignore=CVS +ignore-paths=migrations + [SIMILARITIES] ignore-imports=yes @@ -7,4 +11,4 @@ ignore-imports=yes disable= fixme, duplicate-code, - no-else-return \ No newline at end of file + no-else-return -- cgit v1.2.3