PEP 8 Speaks v1.1.1 Release Notes

Release Date: 2017-01-06 // over 7 years ago
  • 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.