X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/808754af18f1cea2444c6facf63f3a86952c5d44..728e5a2f1ed16e2cfe0ca5586edac6c10da436c5:/tests/fmtonoff.py diff --git a/tests/fmtonoff.py b/tests/fmtonoff.py index e76e6a7..5666dd8 100644 --- a/tests/fmtonoff.py +++ b/tests/fmtonoff.py @@ -6,6 +6,10 @@ from third_party import X, Y, Z from library import some_connection, \ some_decorator +# fmt: off +from third_party import (X, + Y, Z) +# fmt: on f'trigger 3.6 mode' # fmt: off def func_no_args(): @@ -102,6 +106,10 @@ from third_party import X, Y, Z from library import some_connection, some_decorator +# fmt: off +from third_party import (X, + Y, Z) +# fmt: on f"trigger 3.6 mode" # fmt: off def func_no_args():