[Doctest] Setup, quicktour and task_summary (#13078)

* Fix doctests for quicktour

* Adapt causal LM exemple

* Remove space

* Fix until summarization

* End of task summary

* Style

* With last changes in quicktour
This commit is contained in:
Sylvain Gugger
2021-08-11 13:45:25 +02:00
committed by GitHub
parent bfc885091b
commit 83424ade1a
3 changed files with 198 additions and 162 deletions

View File

@@ -49,3 +49,6 @@ use_parentheses = True
[flake8]
ignore = E203, E501, E741, W503, W605
max-line-length = 119
[tool:pytest]
doctest_optionflags=NUMBER NORMALIZE_WHITESPACE ELLIPSIS