pep8speaks
pep8speaks copied to clipboard
A GitHub :octocat: app to automatically review Python code style over Pull Requests
- Whenever a new change is introduced, deploy the branch as a separate heroku app. - The following flows must be tested - PR_FLOW - [x] Create a new PR...
As of now, the logs do not contain any information. Relevant logs should be added to aide debugging of failed payloads. I have installed https://logentries.com on Heroku. Looks great so...
[A lot of projects using PEP 8 Speaks primarily are Jupyter Notebooks](https://github.com/pep8speaks?direction=desc&sort=stars&tab=stars) with `.ipynb` extensions. Currently only `.py` files are scanned using `pycodestyle`. However, it would be good to support...
Is there any possibility you would add support for gitlab? Github is great but its not the only git hosting out there. Quite a lot of others use gitlab as...
First off, thank you for this great tool! I've been using pep8speaks and it's automatic pull requests in all my projects. Most recently, I've been working on a PR for...
Any thoughts on using flake8 (which uses pycodestyle) and adding some additional flake8 plugins?
Greetings @OrkoHunter How do you like the idea to rewrite pep8speaks with GraphQL API? https://developer.github.com/v4/
- `@bot suggest a diff` in a review comment - I receive this error in my Heroku logs ``` 2018-01-06T12:34:53.415136+00:00 app[web.1]: [2018-01-06 12:34:53,400] ERROR in app: Exception on / [POST]...
Landscape currently detects 43 code smells here https://landscape.io/github/OrkoHunter/pep8speaks/17/messages/smell Not all, but most of them should be easy to fix.
Prior to Python 3.9, the `collections` module contained `Mapping` directly. Starting from Python 3.9, `Mapping` is moved to `collections.abc`. This commit adds a compatibility check to import `Mapping` correctly for...