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

The “homepage” **pep8speaks.com** (linked from "About" in this repository) doesn't exist any more, please update the link.

Add "ignore path" in scanner config, that accepts multiple paths. This option is useful to some auto-generated files, like Django migrations. If you agree with this new feature, let me...

hacktoberfest

I am using `python3.8.2` and it is continuously giving me syntax errors. How can I make it work with `python3.8`? I am using `flake8`.

Hello 👋 - Any particular reason that subprocess needs to be run with `Shell=True`? An example: https://github.com/OrkoHunter/pep8speaks/blob/837643bb95c18a5364cd0539b0f8edaeb3813a76/pep8speaks/helpers.py#L234 `Shell=True` is a more dangerous way of invoking subprocess that exposes you to...

bug
help needed

pep8ify is not working. The issue is not urgent as the command is not being used much. ``` 2017-10-11T17:33:24.024103+00:00 app[web.1]: [2017-10-11 17:33:24,022] ERROR in app: Exception on / [POST] 2017-10-11T17:33:24.024122+00:00...

not-easy-to solve

Hello! Thanks for creating such a bot, it seems extremely useful for me. I've precisely followed the [instruction](https://github.com/OrkoHunter/pep8speaks/wiki/Instructions-to-deploy-a-fork) for deploying a fork and completed all the steps. The problem is:...

https://developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events/ Replace `integration_installation` event with `installation` and `integration_installation_repositories` with `installation_repositories`.

Related issue: https://github.com/OrkoHunter/pep8speaks/issues/178 In PR where 100s of files are changed, there is a possibility the request will timeout. Since, the bot makes a comment, the GitHub Payload can be...

hacktoberfest

PEP8Speaks needs to be hosted on a server to be run. A GitHub webhook sends payloads to the server via "GitHub app" and the server does all the magic. For...

enhancement
help needed

We are hosting our pep8speaks fork on heroku to serve our private repos. For very big pull requests pep8speaks' webhook request regularly times out because of cumulative time to spin...