Skip to content

Commit f539cf1

Browse files
committed
ci(pytest): Default doctest option flags
1 parent bda8b57 commit f539cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ extend-ignore = E203,W503
99
filterwarnings =
1010
ignore:distutils Version classes are deprecated. Use packaging.version instead.
1111
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
12+
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
1213

1314
[isort]
1415
profile = black

0 commit comments

Comments
 (0)