Unverified Commit 6c640f09 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Move back doctest instructions to setup.cfg (#22587)

parent 861ff890
...@@ -83,5 +83,6 @@ line-length = 119 ...@@ -83,5 +83,6 @@ line-length = 119
lines-after-imports = 2 lines-after-imports = 2
known-first-party = ["transformers"] known-first-party = ["transformers"]
[tool.pytest] # This is ignored, maybe because of the header? If someone finds a fix, we can uncomment and remove setup.cfg
doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS" # [tool.pytest]
# doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
[tool:pytest]
doctest_optionflags=NUMBER NORMALIZE_WHITESPACE ELLIPSIS
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