Introduce dedicated CST tokens for other operator kinds (#3267)

This commit is contained in:
Charlie Marsh 2023-02-27 23:54:57 -05:00 committed by GitHub
parent 061495a9eb
commit f5f09b489b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 425 additions and 217 deletions

View file

@ -110,17 +110,6 @@ elif unformatted:
},
)
@@ -18,8 +16,8 @@
"ls",
"-la",
]
- # fmt: on
- + path,
+ + # fmt: on
+ path,
check=True,
)
@@ -27,9 +25,8 @@
# Regression test for https://github.com/psf/black/issues/3026.
def test_func():
@ -212,8 +201,8 @@ run(
"ls",
"-la",
]
+ # fmt: on
path,
# fmt: on
+ path,
check=True,
)