pep8speaks icon indicating copy to clipboard operation
pep8speaks copied to clipboard

A GitHub :octocat: app to automatically review Python code style over Pull Requests

Results 48 pep8speaks issues
Sort by recently updated
recently updated
newest added

# Feature Request: Extend Support for Ruff Python Linter and pyproject.toml Configuration ## Description We propose enhancing pep8speaks by extending its support for the Ruff Python linter and introducing the...

enhancement
gsoc

# Feature Request: Extend pep8speaks Usage to GitLab ## Description pep8speaks has been an invaluable tool for enforcing code style on GitHub repositories, streamlining the code review process. To further...

enhancement
help needed
gsoc

https://python-poetry.org/docs/ or https://pdm-project.org/en/latest/

good-first-issues
hacktoberfest

- Tests need to be refactored - Move to GHAs to enable CI

good-first-issues
hacktoberfest

The current package contain's CVE, that need to be resolved. https://devhub.checkmarx.com/cve-details/CVE-2023-30861/?utm_source=jetbrains&utm_medium=referral&utm_campaign=idea https://devhub.checkmarx.com/cve-details/CVE-2023-32681/?utm_source=jetbrains&utm_medium=referral&utm_campaign=idea

bug

fix: #227 fix: #216 # Before behaviour Code: ```py def query_request(query=None, method="GET", **kwargs): """ Queries like /repos/:id needs to be appended to the base URL, Queries like https://raw.githubusercontent.com need not....

bug