pep8speaks
pep8speaks copied to clipboard
A GitHub :octocat: app to automatically review Python code style over Pull Requests
There is currently support for pep8ify, but it would be useful to support other tools in this way: * [black](https://github.com/python/black) * [isort](https://github.com/timothycrosley/isort)
Hi, I am trying to use pep8 speaks in my project. I got a message with pep8 issues in my pull request. I added some commits to fix the issues,...
See the log message (related issue #139). ``` 05 Jul 2019 21:33:53.738187 1 2019-07-05T16:03:53.618619+00:00 app web.1 - - DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): raw.githubusercontent.com:443 05 Jul 2019 21:33:54.180176 1 2019-07-05T16:03:51.535928+00:00...
See https://github.com/OrkoHunter/pep8speaks/issues/130
Hi there - we're attempting to have pep8speaks use the `flake8` configs in `setup.cfg` rather than copy them into yaml format. This works well for the `ignore` config, but doesn't...
Thank you for greate product! I want to use pep8speaks on my GitHub Enterprise. This PR enables that and fix some tweaks. Could you possibly review?
Show available commands in expandable box in a comment.
There's another package by the PyCQA called [pydocstyle](https://github.com/PyCQA/pydocstyle), which does basically the same thing as pycodestyle, except for docstrings. Unfortunately, it doesn't offer fixing bugs by itself, but it seems...
"Yet Another Python Formater" allows more style choices when still sticking to the PEP8 If the project have a `.style.yapf` on the root, it can be assumed to use YAPF...
It looks like the checks feature is a perfect match for this kind of automated code review. Would probably be a fair bit of work though. :)