Use call_parentheses

This commit is contained in:
Maria José Solano 2023-06-16 21:12:11 -07:00 committed by GitHub
parent 3a3b50a452
commit 0910d9a2c4
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ line_endings = "Unix"
indent_type = "Spaces" indent_type = "Spaces"
indent_width = 2 indent_width = 2
quote_style = "AutoPreferSingle" quote_style = "AutoPreferSingle"
no_call_parentheses = true call_parentheses = "None"