PEP8Speaks v1.5
- Users can now use
[flake8]
or[pycodestyle]
section inside theirsetup.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
- By default, only the diff in the PR will be scanned now. The earlier behaviour used to confuse new contributors. 1822b5d
- Minor bug fixes