question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support pylint plugin of Django

See original GitHub issue

Hi, I’m using Django for API development and pylint for linting. However, it needs plugin pylint-django for linting Django exactly. Apparently, the authors didn’t set load-plugin for pylint configuration so I met the error below. That’s only a query of the model. See example here in Django’s documentation. https://github.com/fannheyward/coc-pyright/blob/793c0c4cdb8ee897ce20af09714289be3e9ae670/src/linters/pylint.ts#L44-L63 image Additionally, I think python.linting.enabled didn’t work. I set it to false to turn off linting but the error still shows. Thank you for any help!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fannheywardcommented, May 20, 2021

@lioaslan try v1.1.141 for pylint plugins support.

1reaction
fannheywardcommented, May 18, 2021

@lioaslan set pyright.disableDiagnostics to true.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pylint-django - PyPI
pylint -django is a Pylint plugin for improving code analysis when analysing code using Django. It is also used by the Prospector tool....
Read more >
Pylint plugin for improving code analysis for when using Django
pylint -django is a Pylint plugin for improving code analysis when analysing code using Django. It is also used by the Prospector tool....
Read more >
Using Pylint with Django - python - Stack Overflow
Use an actively developed Pylint plugin that understands Django. This Pylint plugin for Django works quite well: pip install pylint-django.
Read more >
PyLint for Django in VSCode - Daria Kolodzey - Medium
The main twist is to call PyLint with pylint-django plugin. Step 1: install PyLint and pylint-django. Run pip install pylint pylint-django ...
Read more >
enabling pylint_django plugin in vscode, pylint stop working
Django : enabling pylint_django plugin in vscode, pylint stop working [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found