Skip to content

Vh - #4

Open
mbakar01 wants to merge 128 commits into
gh-702from
master
Open

Vh#4
mbakar01 wants to merge 128 commits into
gh-702from
master

Conversation

@mbakar01

Copy link
Copy Markdown
Owner

No description provided.

IanLee1521 and others added 30 commits February 5, 2015 23:37
This flips the W503 rule to enforce line breaks before binary operators.

Related PyCQA#498
From https://docs.python.org/3/whatsnew/3.6.html#new-keywords

> async and await are not recommended to be used as variable, class,
> function or module names. Introduced by PEP 492 in Python 3.5, they
> will become proper keywords in Python 3.7. Starting in Python 3.6, the
> use of async or await as names will generate a DeprecationWarning.

By adding a warning to pycodestyle.py these future warnings and syntax
errors can be caught during static code analysis.

The await expression tests were taken from PEP-492.

https://www.python.org/dev/peps/pep-0492/#id58
Allow continuation of verbosity level
Plus Travis CI typo
Add Python 3.6 to test list in dev docs
Fix handling of diffs with mnemonic prefixes
This flips the W503 rule to enforce line breaks before binary operators.

Related PyCQA#498
Add W504 for line breaks before binary operators
Cross reference changes in pull request PyCQA#502 which added this.
Describe code W504 line break after binary operator
Add E252 on missing whitespace for annotated parameter defaults
Add W606 warning for async and await keywords in Python 3.7
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 PyCQAgh-728
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.