Skip to content

Commit

Permalink
Move style_doc to extra_quality_checks (huggingface#8081)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshleifer authored Oct 27, 2020
1 parent bfd5e37 commit d93acd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ modified_only_fixup:
black $(modified_py_files); \
isort $(modified_py_files); \
flake8 $(modified_py_files); \
python utils/style_doc.py $(modified_py_files) --max_len 119; \
else \
echo "No library .py files were modified"; \
fi
Expand All @@ -26,6 +25,7 @@ extra_quality_checks:
python utils/check_copies.py
python utils/check_dummies.py
python utils/check_repo.py
python utils/style_doc.py src/transformers docs/source --max_len 119

# this target runs checks on all files
quality:
Expand Down

0 comments on commit d93acd6

Please sign in to comment.