dreadatour / Flake8Lint

Sublime Text plugin for lint Python files
233 stars 58 forks source link

Supported async keyword #96

Open grtfou opened 7 years ago

grtfou commented 7 years ago

Hi,

Have any plan to upgrade flake8 version for support Python 3.5+ and async keyword? (PEP 492) I found an error E901 SyntaxError: invalid syntax in my code.

async def init(loop):
    pass

Thank you. 😃