Pep8speaks Versions Save

A GitHub :octocat: app to automatically review Python code style over Pull Requests

v1.9

6 months ago

pep8speaks is up again, install it now! ✨

Our new sponsors Samagra Governance and SamagraX are taking care of the deployment costs for pep8speaks and we have new maintainers @tushar5526 @Mr-Sunglasses. Thanks to @OrkoHunter for making this possible :rocket:

Checkout what the bot is up to here 🤖

What's Changed

New Contributors

Full Changelog: https://github.com/pep8speaks-org/pep8speaks/compare/v1.8...v1.9

v1.8

3 years ago

Upgrade pycodestyle and flake8 linter versions to support newer features

v1.7

3 years ago

v1.6

5 years ago
  • Allow users to choose their linter. As of now, pycodestyle and flake8 are supported. PR #115
  • Pull Requests can now be tested on Travis with confidence. #100
  • Added more logging to easily debug.
  • Separate local tests from Travis tests
  • Built a case for funding.
  • Do not use any database to store the installations. But instead, star the project from the bot account.
  • Changed default config file of the project from json to yaml
  • Installed the auto-comment bot on each PR.
  • Installed the weekly digest bot
  • Bug fixes.

Pull Requests: #100 #112 #115 #117 #118 #119 #120 #122

v1.5

5 years ago

v1.4

5 years ago
  • Personal access token of the bot is used now instead of password. PEP8Speaks will now work for bots with 2fa enabled. #78 #79
  • Changed license from AGPL to MIT (more permissive)
  • Code refactor
  • Refactor language used by the bot #92

Thank you @duffn @CAM-Gerlach @mikekutzma @BoboTiG @kohr-h and others for your contributions!

v1.3.2

5 years ago

v1.3.1

5 years ago
  • Fix a major bug in create_gist function #102 #103

v1.3

7 years ago

This release changes the design of the integration's action. Checkout this gif to see the new model.

New Features

v1.2

7 years ago

New Features

  • Use no_blank_comment: True in the config file to stop bot from commenting if no pep8 errors are found

Bug fixes

  • Closed #12

Improvements :

  • Use the .pep8speaks.yml file from the PR.