yapf: disable arithmetic predecence indication (#16749)

This commit is contained in:
Ryan
2022-03-31 07:54:13 +11:00
committed by GitHub
parent 6cdf230a20
commit 64974a7f8f
3 changed files with 10 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ allow_split_before_dict_value=True
# e = 1*2 - 3
# f = 1 + 2 + 3 + 4
#
arithmetic_precedence_indication=True
arithmetic_precedence_indication=False
# Number of blank lines surrounding top-level function and class
# definitions.