From ec5a175395c5ebe1a58b16ad421357a0dfdee908 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 27 Jan 2022 21:56:39 -0500 Subject: [PATCH] Add migration file to pylint ignore for now --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.