Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
d93acd6f
Unverified
Commit
d93acd6f
authored
Oct 27, 2020
by
Sam Shleifer
Committed by
GitHub
Oct 27, 2020
Browse files
Move style_doc to extra_quality_checks (#8081)
parent
bfd5e370
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
d93acd6f
...
...
@@ -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
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment