summaryrefslogtreecommitdiff
path: root/testsuite/test_blank_lines.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow N-and-fewer blank lines before the first top level thingAnthony Sottile2020-03-231-3/+1
|
* Pydoc fixes to support W505 in self-checksBrian Van Klaveren2018-05-111-34/+36
|
* Add variables so blank lines may be configuresAdi Roiban2018-04-081-0/+552
This adds some module level configuration points for users to define how many blank lines they want in their code. It paves the way for someone to develop a flake8 plugin to configure this in pycodestyle. Fixes #732