We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The pylint_django plugin is required (https://github.com/edx/edx-lint/blob/96f4c58137f73bd4798400c4107dbf1a422dc34f/edx_lint/files/pylintrc#L22), but is not included as a dependency of this package. Unless this is intended only for Django projects, pylint_django should not be a default plugin.
The text was updated successfully, but these errors were encountered:
pylint_django is listed in setup.py as a dependency.
I can see why we shouldn't include this plugin in all repos, but I'd like to find a way to uniformly apply it to our Django projects.
Sorry, something went wrong.
It seems I misread setup.py. Closing as there is no immediate need to remove pylint_django.
setup.py
No need to remove the plugin, but we should disable the message it prints if there's no Django installed: disable=django-not-available
disable=django-not-available
No branches or pull requests
The pylint_django plugin is required (https://github.com/edx/edx-lint/blob/96f4c58137f73bd4798400c4107dbf1a422dc34f/edx_lint/files/pylintrc#L22), but is not included as a dependency of this package. Unless this is intended only for Django projects, pylint_django should not be a default plugin.
The text was updated successfully, but these errors were encountered: