Skip to content

Commit e67a7b1

Browse files
committed
Don't pass --fast-parser flag anymore
Since January 2017, it is now enabled by default and the only parser available. python/mypy#2734
1 parent 2309c03 commit e67a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/mypy.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111

1212
function mypy#ExecuteMyPy()
1313
silent !clear
14-
execute "!mypy --ignore-missing-imports --follow-imports=skip --fast-parser " . bufname("%")
14+
execute "!mypy --ignore-missing-imports --follow-imports=skip " . bufname("%")
1515
endfunction

0 commit comments

Comments
 (0)