From c982fb8262b96631efa0687ce8acb96910e57b2f Mon Sep 17 00:00:00 2001 From: patil-suraj Date: Tue, 21 Jun 2022 11:28:38 +0200 Subject: [PATCH] fix quaility command --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 762c46c68e..83a84fe461 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,6 @@ repo-consistency: quality: black --check --preview $(check_dirs) isort --check-only $(check_dirs) - python utils/custom_init_isort.py --check_only - python utils/sort_auto_mappings.py --check_only flake8 $(check_dirs) doc-builder style src/transformers docs/source --max_len 119 --check_only --path_to_docs docs/source