- Apr 19, 2018
-
-
Jimmy Jia authored
This improves E252 to allow default arguments like `_default(f=1)`. Closes gh-753
-
- Apr 12, 2018
-
-
Ian Stapleton Cordasco authored
Change the position pointed out by W605
-
Ian Stapleton Cordasco authored
-
hhatto authored
-
- Apr 10, 2018
-
- Apr 09, 2018
-
-
Ian Lee authored
Add changelog items for 2.3.1...master
-
Jakob Gerhard Martinussen authored
-
Ian Lee authored
-
Jakob Gerhard Martinussen authored
-
- Apr 08, 2018
-
-
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
-
- Apr 03, 2018
-
-
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.
-
- Mar 24, 2018
-
-
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
-
- Feb 17, 2018
-
-
Ian Stapleton Cordasco authored
Add W606 warning for async and await keywords in Python 3.7
-
- Feb 08, 2018
-
-
Ian Lee authored
-
- Jan 24, 2018
-
-
Ian Stapleton Cordasco authored
Add E252 on missing whitespace for annotated parameter defaults
-
- Jan 23, 2018
-
-
Ian Stapleton Cordasco authored
Describe code W504 line break after binary operator
-
Peter Cock authored
Cross reference changes in pull request #502 which added this.
-
- Jan 19, 2018
- Jan 18, 2018
-
-
Ian Stapleton Cordasco authored
-
Ian Stapleton Cordasco authored
-
Ian Cordasco authored
This flips the W503 rule to enforce line breaks before binary operators. Related #498
-
- Dec 28, 2017
-
-
Ian Stapleton Cordasco authored
Fix handling of diffs with mnemonic prefixes
-
- Dec 27, 2017
-
-
Michal Kolodziejski authored
-
- Dec 16, 2017
-
-
Jimmy Jia authored
-
- Dec 11, 2017
-
-
Ian Stapleton Cordasco authored
Add Python 3.6 to test list in dev docs
-
Hugo authored
Plus Travis CI typo
-
- Nov 18, 2017
-
-
Ian Stapleton Cordasco authored
Allow continuation of verbosity level
-
- Oct 25, 2017
-
-
Ian Lee authored
Fix space in flag name
-
Wilfred Hughes authored
Previously, the line break in the source would result in `--hang- closing` (note the space) being rendered in the HTML.
-
- Oct 24, 2017
-
-
Ian Lee authored
Fix missed quoting in E722 check
-
Dirk Mueller authored
The warning looks fairly odd: E722 do not use bare except' change this to E722 do not use bare 'except'
-
- Oct 22, 2017
-
-
Marco Sirabella authored
-
Marco Sirabella authored
-
Marco Sirabella authored
-
Ian Stapleton Cordasco authored
Document all supported Python versions as trove classifiers
-
- Oct 18, 2017
-
-
Ian Lee authored
Enable pip cache in Travis CI
-
Jon Dufresne authored
Can speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache
-
- Oct 17, 2017
-
-
Ian Lee authored
Include license file in the generated wheel package
-