pep8speaks
pep8speaks copied to clipboard
A GitHub :octocat: app to automatically review Python code style over Pull Requests
Fix/deps
fixed: #196
# 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...
# 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...
fixed: #215
https://python-poetry.org/docs/ or https://pdm-project.org/en/latest/
- Tests need to be refactored - Move to GHAs to enable CI
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
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....