We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda8b57 commit f539cf1Copy full SHA for f539cf1
setup.cfg
@@ -9,6 +9,7 @@ extend-ignore = E203,W503
9
filterwarnings =
10
ignore:distutils Version classes are deprecated. Use packaging.version instead.
11
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
12
+doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
13
14
[isort]
15
profile = black
0 commit comments