Merge pull request #3326 from Manjit2003/edit-pylint-rc

This commit is contained in:
Bruno Alla 2021-09-24 09:29:00 +01:00 committed by GitHub
commit 7beb760655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[MASTER]
load-plugins=pylint_django{% if cookiecutter.use_celery == "y" %}, pylint_celery{% endif %}
django-settings-module=config.settings.base
[FORMAT]
max-line-length=120