Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PEP8Speaks v1.5.tar.gz | 2019-03-08 | 231.4 kB | |
PEP8Speaks v1.5.zip | 2019-03-08 | 237.5 kB | |
README.md | 2019-03-08 | 629 Bytes | |
Totals: 3 Items | 469.5 kB | 0 |
- 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. https://github.com/OrkoHunter/pep8speaks/issues/55
- By default, only the diff in the PR will be scanned now. The earlier behaviour used to confuse new contributors. https://github.com/OrkoHunter/pep8speaks/commit/1822b5d82653884665a1677129e012809f245a9b
- Minor bug fixes