Unverified Commit bc086a25 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Put doctest options back to `pyproject.toml` (#27366)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent e9adb0c9
......@@ -18,6 +18,6 @@ line-length = 119
lines-after-imports = 2
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]
# doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
[tool.pytest.ini_options]
doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
doctest_glob="**/*.md"
[tool:pytest]
doctest_optionflags=NUMBER NORMALIZE_WHITESPACE ELLIPSIS
doctest_glob=**/*.md
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment