"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "9dc84448aca9718f9e1175cf83a6a9c10467882a"
Commit c982fb82 authored by patil-suraj's avatar patil-suraj
Browse files

fix quaility command

parent 9c82c32b
...@@ -47,8 +47,6 @@ repo-consistency: ...@@ -47,8 +47,6 @@ repo-consistency:
quality: quality:
black --check --preview $(check_dirs) black --check --preview $(check_dirs)
isort --check-only $(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) flake8 $(check_dirs)
doc-builder style src/transformers docs/source --max_len 119 --check_only --path_to_docs docs/source doc-builder style src/transformers docs/source --max_len 119 --check_only --path_to_docs docs/source
......
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