Skip to content

Releases: pep8speaks-org/pep8speaks

Release 2nd version

06 Jan 22:22
Compare
Choose a tag to compare

Bug fix :

  • Comment only if Python files are involved in the PR

Improvements :

  • Comment only if Python files are involved. So, install the integration on all of your repositories. The bot won't speak where it should not
  • Improved comment body with appropriate hyperlinks to ease navigation
  • Added all of pycodestyle configurations in .pep8speaks.yml
  • Use a secret key for verifying payloads from GitHub
  • Less annoying

New Features :

  • Mention @pep8speaks in a review summary while creating a review of a PR, and it will comment a gist of diff suggesting fixes for the PR. Example
    • In the review summary, you can also write @pep8speaks suggest diff or anything you wish, as long as you mention the bot.
  • Write @pep8speaks pep8ify in a review summary and it will create a Pull Request with changes suggested by autopep8 against the branch of the author of the PR. autopep8 fixes most of the errors reported by pycodestyle.
    • @pep8speaks along with pep8ify in a single review summary rules out the diff feature.

Releasing first version

04 Jan 14:11
Compare
Choose a tag to compare

This is the first release with the integration working fine for public repositories.

Releases are to be made with full testing of the master branch.