Gr - #5
Open
mbakar01 wants to merge 426 commits into
Open
Conversation
This fixes issue PyCQA#518, pep8 still referenced in the cli help command As a side effect, `[pep8]` in setup.cfg now becomes `[pycodestyle]` Also, changed the path for the config file from ~/.config/pep8 to ~/.config/pycodestyle These feel like changes that should have come with the jump to version 2.0.0, as they are breaking, but support for as a name can still be added if it's desired enough
Change all references to the pep8 project to say pycodestyle
Update Python version list in docs
This builds upon and closes PyCQA#533
This test passes currently, but would need to be updated if the functionality changes.
Detect single letter variable names enumerated in PEP-0008
This also updates the Checker to update it's state for physical lines as well as logical lines. This allows maximum_line_length to rely on Checker state for its noqa check. Closes PyCQA#538
Neither the warnings modules, nor the two local assignments in pycodestyle's newest check were being used. This removes them and fixes pyflakes errors raised as a result.
Remove unused imports and assignments
Update maximum_line_length to use Checker.noqa
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.