PEP 8 Speaks v1.5 Release Notes

Release Date: 2019-03-08 // about 5 years ago
    • 💅 Users can now use [flake8] or [pycodestyle] section inside their setup.cfg file to configure PEP 8. #95 #106 Read more in the Configuration section in the README
    • PEP8Speaks will now look at the head branch of the Pull Request as a fallback if no config is found in the base branch. #55
    • 0️⃣ By default, only the diff in the PR will be scanned now. The earlier behaviour used to confuse new contributors. 1822b5d
    • 🛠 Minor bug fixes