Remove task guides auto-update in favor of links towards task pages (#30429)

This commit is contained in:
Lysandre Debut
2024-04-24 09:38:10 +02:00
committed by GitHub
parent e34da3ee3c
commit 0eb8fbcdac
53 changed files with 46 additions and 508 deletions

View File

@@ -44,7 +44,6 @@ repo-consistency:
python utils/check_config_attributes.py
python utils/check_doctest_list.py
python utils/update_metadata.py --check-only
python utils/check_task_guides.py
python utils/check_docstrings.py
python utils/check_support_list.py
@@ -85,7 +84,6 @@ fix-copies:
python utils/check_table.py --fix_and_overwrite
python utils/check_dummies.py --fix_and_overwrite
python utils/check_doctest_list.py --fix_and_overwrite
python utils/check_task_guides.py --fix_and_overwrite
python utils/check_docstrings.py --fix_and_overwrite
# Run tests for the library