0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Python] yapf 0.32.0 で match 文が使えない

Last updated at Posted at 2023-03-24

結論

題名の通りであまり書くことが無いのですが、yapfの0.32.0では、match文が含まれているファイルを渡すと例外が出てしまい整形されません。
VS codeから呼び出していたために何が原因か分かりませんでしたのでメモとして残しておきます。
issueが上がっているので直るのかもしれません。
blackは、対応しているようです。

環境

console
Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)]
yapf 0.32.0
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?