diff options
-rw-r--r-- | .pylintrc | 6 |
1 files changed, 5 insertions, 1 deletions
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 |