Skip to content

Commit 89074ed

Browse files
author
Hugo Osvaldo Barrera
committed
Configure YAPF
1 parent d7c9c6d commit 89074ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ test=pytest
44
[tool:pytest]
55
testpaths = tests
66
addopts = --cov=todoman --cov-report=term-missing
7+
8+
[yapf]
9+
coalesce_brackets = true
10+
dedent_closing_brackets = true
11+
space_between_ending_comma_and_closing_bracket = false
12+
split_arguments_when_comma_terminated = true

0 commit comments

Comments
 (0)