Commits on Source (11)
-
Adi Roiban authored
Python 3.7 added a warning for a future feature of nested regular expressions. To avoid this warning we escape what is not a nested regex. This also keeps track of the `async` keyword and handles it appropriately. Closes gh-728
-
Jimi Cullen authored
* Add special case to maximum_line_length to ignore long shebang lines. * Add test for ignoring long shebang lines. * Clean up shebang line check.
-
Adi Roiban authored
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
-
Jakob Gerhard Martinussen authored
-
Ian Lee authored
-
Jakob Gerhard Martinussen authored
-
Ian Lee authored
Add changelog items for 2.3.1...master
-
Ian Stapleton Cordasco authored
-
hhatto authored
-
Ian Stapleton Cordasco authored
-
Ian Stapleton Cordasco authored
Change the position pointed out by W605
Showing
- CHANGES.txt 41 additions, 5 deletionsCHANGES.txt
- CONTRIBUTING.rst 38 additions, 0 deletionsCONTRIBUTING.rst
- pycodestyle.py 46 additions, 22 deletionspycodestyle.py
- testsuite/E25.py 1 addition, 1 deletiontestsuite/E25.py
- testsuite/E30.py 1 addition, 1 deletiontestsuite/E30.py
- testsuite/E50.py 4 additions, 0 deletionstestsuite/E50.py
- testsuite/E70.py 1 addition, 1 deletiontestsuite/E70.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
- tox.ini 2 additions, 1 deletiontox.ini
testsuite/test_blank_lines.py
0 → 100644