Add a script to check inits are consistent (#11024)

This commit is contained in:
Sylvain Gugger
2021-04-04 20:41:34 -04:00
committed by GitHub
parent 335c0ca35c
commit b0d49fd536
7 changed files with 237 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ extra_quality_checks:
python utils/check_table.py
python utils/check_dummies.py
python utils/check_repo.py
python utils/check_inits.py
# this target runs checks on all files
quality: