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

Activate check on the CI (#6427)

* Activate check on the CI

* Fix repo inconsistencies

* Don't document too much
parent 34fabe16
......@@ -245,6 +245,7 @@ jobs:
- run: black --check --line-length 119 --target-version py35 examples templates tests src utils
- run: isort --check-only --recursive examples templates tests src utils
- run: flake8 examples templates tests src utils
- run: python utils/check_repo.py
check_repository_consistency:
working_directory: ~/transformers
docker:
......
......@@ -67,7 +67,7 @@ This class inherits all functionality from ``BartForConditionalGeneration``, see
Available models are listed at `Model List <https://huggingface.co/models?search=pegasus>`__
.. autoclass:: transformers.PegasusForConditionalGeneration
:members: generate, forward
:members:
PegasusConfig
......
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