Add migration file to pylint ignore for now

This commit is contained in:
Andrew 2022-01-27 21:56:39 -05:00
parent 45ab07eb77
commit ec5a175395

View File

@ -24,7 +24,7 @@ ignore=
# Add files or directories matching the regex patterns to the ignore-list. The # 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. # 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 # Files or directories matching the regex patterns are skipped. The regex
# matches against base names, not paths. # matches against base names, not paths.