Put doctest options back to pyproject.toml (#27366)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,6 @@ line-length = 119
|
|||||||
lines-after-imports = 2
|
lines-after-imports = 2
|
||||||
known-first-party = ["transformers"]
|
known-first-party = ["transformers"]
|
||||||
|
|
||||||
# This is ignored, maybe because of the header? If someone finds a fix, we can uncomment and remove setup.cfg
|
[tool.pytest.ini_options]
|
||||||
# [tool.pytest]
|
doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
|
||||||
# doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
|
doctest_glob="**/*.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user