pylint-django icon indicating copy to clipboard operation
pylint-django copied to clipboard

Pylint plugin for improving code analysis for when using Django

Results 92 pylint-django issues
Sort by recently updated
recently updated
newest added

`duplicate-code` warnings are not detected when pylint is started with the parameter `jobs` other then 1. If this is the expected behavior, it's worth fixing it in the documentation, I...

I opened an issue in astroid (https://github.com/PyCQA/astroid/issues/532) after discovering that inference on `Manager.from_queryset` caused our linting to slow down by 4x - in that issue I pasted the plugin I...

Hello! I did my best to follow the documentation but I am getting a ModuleNotFoundError when running the command: `pylint --load-plugins pylint_django --django-settings-module project.settings .` I wasn't sure what is...

After upgrading pylint from `2.14.5` to `2.15.0`, running `pylint **/*.py` now raises `django.core.exceptions.ImproperlyConfigured`. If I downgrade to pylint `2.14.5`, the issue disappears. With pylint `2.15.0`: ```bash $ pylint --version pylint...

# https://github.com/PyCQA/pylint-django/actions **WARNING:** Please do not report issues about missing Django, see [README](https://github.com/PyCQA/pylint-django#installation)! **TODO:** make sure to post the output of `pip freeze` **NOTES:** make sure you have the latest...

Done using https://pypi.org/project/setuptools-py2cfg plus manual modifications. After this is reviewed and landed, a migration to `pyproject.toml` can be achieved using https://pypi.org/project/ini2toml or similar.

https://github.com/actions/checkout/releases https://github.com/actions/setup-python/releases

I'm not sure I approached the problem the right way, there are some false positives due to the fact that I can't seem to be able to reliably infer what...

Greetings, I have been a user of Pylint-Django for about a year and I really appreciate how this tool gives me a hand when it comes to code quality. I...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.5.0) - [github.com/psf/black: 23.10.1 → 24.4.2](https://github.com/psf/black/compare/23.10.1...24.4.2) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8)