-
- Downloads
Add variables so blank lines may be configures
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
Showing
- CONTRIBUTING.rst 38 additions, 0 deletionsCONTRIBUTING.rst
- pycodestyle.py 34 additions, 14 deletionspycodestyle.py
- testsuite/support.py 20 additions, 0 deletionstestsuite/support.py
- testsuite/test_all.py 9 additions, 1 deletiontestsuite/test_all.py
- testsuite/test_blank_lines.py 552 additions, 0 deletionstestsuite/test_blank_lines.py
testsuite/test_blank_lines.py
0 → 100644
Please register or sign in to comment