X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d90297c77bab6e22831b05ffc099bfc709cc7785:/.vim/bundle/black/tests/data/python37.py..refs/heads/master:/.vim/bundle/black/tests/data/cases/python37.py diff --git a/.vim/bundle/black/tests/data/python37.py b/.vim/bundle/black/tests/data/cases/python37.py similarity index 95% rename from .vim/bundle/black/tests/data/python37.py rename to .vim/bundle/black/tests/data/cases/python37.py index dab8b40..3f61106 100644 --- a/.vim/bundle/black/tests/data/python37.py +++ b/.vim/bundle/black/tests/data/cases/python37.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.7 +# flags: --minimum-version=3.7 def f(): @@ -33,9 +33,6 @@ def make_arange(n): # output -#!/usr/bin/env python3.7 - - def f(): return (i * 2 async for i in arange(42))