"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "1de7dc7403b3b89ec421d43a8c9ee245211a61f6"
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 ...@@ -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"
[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