Add a check on config classes docstring checkpoints (#17012)

* Add the check

* add missing ckpts

* add a list to ignore

* call the added check script

* better regex pattern

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-04-30 10:40:46 +02:00
committed by GitHub
parent 7152ed2bae
commit ede5e04191
6 changed files with 93 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ repo-consistency:
python utils/check_dummies.py
python utils/check_repo.py
python utils/check_inits.py
python utils/check_config_docstrings.py
python utils/tests_fetcher.py --sanity_check
# this target runs checks on all files