Rename check_consistent.py to check_typeshed_structure.py (#11761)

This commit is contained in:
Sebastian Rittau
2024-04-14 22:34:10 +02:00
committed by GitHub
parent b9fd082cf7
commit f4b89f5f86
5 changed files with 13 additions and 11 deletions

View File

@@ -221,7 +221,7 @@ This has the following keys:
distribution.
The format of all `METADATA.toml` files can be checked by running
`python3 ./tests/check_consistent.py`.
`python3 ./tests/check_typeshed_structure.py`.
## Preparing Changes