root: fix pylint not correctly ignoring migrations

This commit is contained in:
Jens Langhammer 2020-05-27 11:15:10 +02:00
parent beabba2890
commit 9330a03273
2 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,4 @@ ignore-paths:
- node_modules
uses:
- django
- django

View File

@ -6,3 +6,4 @@ extension-pkg-whitelist=lxml
const-rgx=[a-zA-Z0-9_]{1,40}$
ignored-modules=django-otp
jobs=12
ignore=migrations