From 2a848b2f3457c4de73f8a34ca9da5823f96b8d4a Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 26 Oct 2020 15:31:30 -0400 Subject: [PATCH] Add to the CI --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 097f4f708640c2..261333f826b8ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -322,6 +322,7 @@ jobs: - run: black --check examples templates tests src utils - run: isort --check-only examples templates tests src utils - run: flake8 examples templates tests src utils + - run: python utils/style_doc.py src/transformers docs/source --max_len 119 --check_only - run: python utils/check_copies.py - run: python utils/check_dummies.py - run: python utils/check_repo.py