-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
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
pylint-django compatibility #276
Comments
Issue is here pylint-dev/pylint-django#306 |
Any progress on this? Or any workarounds? |
pylint-dev/pylint-django#306 (comment) has a workaround. |
Does the settings affect the linting in any way? If not, one can use a minimal SECRET_KEY = "pylint-secret-key"
DEBUG = True
ALLOWED_HOSTS = []
INSTALLED_APPS = [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Just so you know, it seems that we cannot use
django-configurations
with the latest version of pylint-django (2.4.2), since it only accept a classic settings file to be configured.See the issue here : pylint-dev/pylint-django#307
Do you know any possible workaround ?
The text was updated successfully, but these errors were encountered: