Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
da4aebeda7
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue