Include license file in the generated packages |
|
More...
|
over 7 years ago
|
Merge pull request #693 from annp89/add-examples |
|
More...
|
over 7 years ago
|
Maintain alphabetical ordering |
|
More...
|
over 7 years ago
|
Config file example for boolean flags |
|
More...
|
over 7 years ago
|
Add W606 warning for async and await keywords in Python 3.7 |
|
More...
|
over 7 years ago
|
Merge pull request #676 from jdufresne/invalid-escape |
|
More...
|
over 7 years ago
|
Add W605 warning for invalid escape sequences in string literals |
|
More...
|
over 7 years ago
|
- Forward down verbosity level |
|
More...
|
over 7 years ago
|
Merge pull request #640 from eddieantonio/fix-variable-annotations |
|
More...
|
over 7 years ago
|
Merge branch 'master' into fix-variable-annotations |
|
More...
|
over 7 years ago
|
Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+. (#644) |
|
More...
|
over 7 years ago
|
Rename [wheel] section to [bdist_wheel] as the former is legacy (#653) |
|
More...
|
over 7 years ago
|
Document all supported Python versions as trove classifiers |
|
More...
|
over 7 years ago
|
Added .gitattributes to prevent auto-munging intentional line endings |
|
More...
|
over 7 years ago
|
Merge pull request #625 from scop/py36escseq |
|
More...
|
over 7 years ago
|
Merge pull request #648 from JulienPalard/bisect |
|
More...
|
almost 8 years ago
|
Merge pull request #647 from JulienPalard/avoid_inspect |
|
More...
|
almost 8 years ago
|
Use bisect instead of iterating over every offsets. |
|
More...
|
almost 8 years ago
|
Avoid relying on inspect to list functions. |
|
More...
|
almost 8 years ago
|
Merge pull request #630 from asottile/correct_e501_first_line_docstring_622 |
|
More...
|
almost 8 years ago
|
Make identifiers camel-case; remove redundant space. |
|
More...
|
almost 8 years ago
|
Fix erroneous regex repetition. |
|
More...
|
almost 8 years ago
|
update tests |
|
More...
|
almost 8 years ago
|
update patch |
|
More...
|
almost 8 years ago
|
Add test when variable with annotation start with a keyword |
|
More...
|
almost 8 years ago
|
Support variable annotation when variable start by a keyword |
|
More...
|
almost 8 years ago
|
Correctly report E501 when the first line of a docstring is too long |
|
More...
|
almost 8 years ago
|
Merge pull request #626 from scop/spelling |
|
More...
|
almost 8 years ago
|
Spelling fixes |
|
More...
|
almost 8 years ago
|
Python 3.6 invalid escape sequence deprecation fix |
|
More...
|
almost 8 years ago
|