Usama Sadiq

Results 16 issues of Usama Sadiq

### Description - Resolves #877

### Description - `pylint>2.15.0` contains breaking changes so it was pinned in the PR https://github.com/openedx/edx-lint/pull/290. ### TODO - Remove the `pylint` constraint - Fix all reported warnings - Release new...

### Description - PR https://github.com/openedx/edx-platform/pull/31084 removes the usage of the `pylint-django-settings` plugin temporarily due to the breaking changes in the script with the latest pylint version (`pylint~=2.1.5.0`). - Once the...

### Description - `pylint~=2.15.0` introduced new warning `unnecessary-lambda-assignment` for cases where lambda function is being assigned to a variable and is being used as a standard function. - PR https://github.com/openedx/edx-platform/pull/31084...

### Description - POC PR for adding `django-migration-linter` in edx-platform.

### Description - Updates `pylintrc` with latest `edx_lint` version and keeping `pylintrc_tweaks` as additional suppressions instead of updating `pylintrc` directly. - Some of the disabled warnings in the pylintrc_tweaks need...

## Description Under the effort of [Django 4.2 Upgrade](https://github.com/openedx/public-engineering/issues/199), complete all of the following steps to complete the upgrade. - [ ] Update tox & Github action workflow using modernisers...

django 4.2

## Description - PR created under the suggestion on the issue https://github.com/edx/edx-arch-experiments/issues/425. - Added `dependabot.yml` config templates in the `django-app`, `django-ida` and `xblock` cookiecutter templates.