You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@47c18858d18f:/app# python -m pycodestyle test.py
test.py:9:5: W606 'async' and 'await' are reserved keywords starting with Python 3.7
root@47c18858d18f:/app#
This appears similar to #811, which was also about false positives on W606.
The text was updated successfully, but these errors were encountered:
penn5
changed the title
W606 false positive
W606 false positive when selecting async function from list by index
May 16, 2020
asottile
changed the title
W606 false positive when selecting async function from list by index
W606: false positive when selecting async function from list by index
Jun 14, 2020
Using version 2.6.0 in a clean Docker container (python 3.8.2)
Code to reproduce:
Output:
This appears similar to #811, which was also about false positives on W606.
The text was updated successfully, but these errors were encountered: