1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.