Skip to content

Gr - #5

Open
mbakar01 wants to merge 426 commits into
issue-319-regressionfrom
master
Open

Gr#5
mbakar01 wants to merge 426 commits into
issue-319-regressionfrom
master

Conversation

@mbakar01

Copy link
Copy Markdown
Owner

No description provided.

mtmiller and others added 30 commits June 3, 2016 10:03
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
Based on feedback on pull request PyCQA#534 on GitHub

Closes PyCQA#534
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
sigmavirus24 and others added 30 commits March 1, 2019 08:14
E225 Check for space around boolean operators
Fixes some issues with E741 detection
Fix E302 false negative in presence of decorators.
E402: Add "with" statement to allowed keywords
Add support for assignment expressions
Co-Authored-By: Anthony Sottile <asottile@umich.edu>
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.