geekcomputers / geekcomputers/Python
Invalid PEP8 scripts
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Description
Your scripts are not PEP8 valids. However, there're a lot of others issues :
- way too much commentarys for not enough docstrings
- invalid files metadata format (cf http://stackoverflow.com/questions/1523427/what-is-the-common-header-format-of-python-files)
- some unclear things...
Should I contribute to fix them ?
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
Review the repository's Python scripts against PEP8 and the linked Python file-header guidance. First identify which files are in scope and document the specific style, commentary, docstring, and metadata changes needed; done means the agreed scripts conform consistently, but the issue does not name tests or a verification command.
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
- Needs clarification
- Newbie friendliness
- 25/100