diff --git a/.pylintrc b/.pylintrc index fd14fb54..0dcd80e1 100644 --- a/.pylintrc +++ b/.pylintrc @@ -24,7 +24,7 @@ ignore= # Add files or directories matching the regex patterns to the ignore-list. The # regex matches against paths and can be in Posix or Windows format. -ignore-paths=app/migrations, app/shared/migration.py +ignore-paths=app/migrations, app/classes/shared/migration.py # Files or directories matching the regex patterns are skipped. The regex # matches against base names, not paths.