Conversation
Report E302 for blank lines before an "async def"
Add a Gitter chat badge to README.rst
There's no need to explicitly check for a string type when parsing the configuration file. When it's neither an integer or a boolean, the only value it can logically be is string-like. Closes PyCQAgh-561
Stop checking for string option type
Fix GitHub capitalization.
Add contributing instructions.
Special case for nested functions and classes (fixes PyCQA#28)
Update CHANGES.txt for 2.1.0 release.
…-config Check for both [pep8] and [pycodestyle] config sections.
Signed-off-by: Ian Lee <IanLee1521@gmail.com>
Fix E305 regression in 2.1.0 due to fix for PyCQA#400
E225 Check for space around boolean operators
Fix E721 false positive
Fixes some issues with E741 detection
Fix E302 false negative in presence of decorators.
Ellipsis is not a binary operator
Introduced in Python 3.8 with PEP-572. Refer to https://www.python.org/dev/peps/pep-0572.
E402: Add "with" statement to allowed keywords
Add support for assignment expressions
Co-Authored-By: Anthony Sottile <asottile@umich.edu>
Added support for PEP 570 (PyCQA#867)
Adds matmul operator support, fixes PyCQA#768
…consistency CONTRIBUTING: Make virtualenv dir name consistent with gitignore
Conflicts: docs/intro.rst pycodestyle.py testsuite/E12not.py
Conflicts: testsuite/E50.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.