pylintrc needs update
Open
Nobody has claimed this yet.
good first issue
help wanted
- Dominant language
- Python
- Stars
- 25
- Forks
- 83
- Avg merge
- 11h 51m
- Merged PRs (30d)
- 1
Description
Our .pylintrc is out of date, but simply updating it generates a large breakage report. We need to update .pylintrc, while making any required changes.
Acceptance Criteria
- Update
.pylintrc, not manually, but according to the instructions at the top of the file - Run
pylint --django-settings-module=credentials.settings.test --rcfile=pylintrc acceptance_tests credentials *.py
to see the list of required changes. - Make all of the changes that are required.
- Verify that functionality still works and the tests still pass.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the instructions at the top of .pylintrc, then run the specified pylint command against acceptance_tests, credentials, and *.py. Use its breakage report to identify the required changes, update the configuration accordingly, and verify that functionality and the test suite still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100