Skip to content

PEP8Speaks v1.5

Compare
Choose a tag to compare
@OrkoHunter OrkoHunter released this 08 Mar 10:43
· 2194 commits to master since this release
b25c540
  • 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
  • By default, only the diff in the PR will be scanned now. The earlier behaviour used to confuse new contributors. 1822b5d
  • Minor bug fixes