vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Python3.7 Support #2268

Closed macskay closed 5 years ago

macskay commented 5 years ago

Python3.7 does not seem to be supported. I get errors when using f-strings:

image

Are there any plans on supporting 3.7 as it has been out a while now?

macskay commented 5 years ago

Nevermind, I found out that this is a problem with flake8. I updated flake8 and now it's not reporting any issues with the f-strings.

lcd047 commented 5 years ago

The easiest approach to dealing with Python 3 is still the one mentioned in the FAQ.