Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update pylint configuration for Django project compatibility
- Configured django-settings-module to point to the project settings for proper integration with pylint-django. - Addressed compatibility with the newer pylint version, which enforces a limit of 5 positional arguments by default. Added too-many-positional-arguments to the ignore list to accommodate functions exceeding this limit.
- Loading branch information