Skip to content
This repository was archived by the owner on Nov 11, 2020. It is now read-only.

valid pylint options confuse django-lint #1

@fmarier

Description

@fmarier

I've got this in my manage.py to disable some pylint checks:

#!/usr/bin/python
from django.core.management import execute_manager
try:
    # pylint: disable=W0403,F0401
    import settings # Assumed to be in the same directory.

and when I run django-lint, I get errors like these:

************* Module libravatar.manage
E:  4: Bad option value 'W0403'
E:  4: Bad option value 'F0401'

Could it be that django-lint has problems recognizing valid pylint options?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions