ruff/scripts
konstin 03694ef649
More stability checker options (#5299)
## Summary

This contains three changes:
* repos in `check_ecosystem.py` are stored as `org:name` instead of
`org/name` to create a flat directory layout
* `check_ecosystem.py` performs a maximum of 50 parallel jobs at the
same time to avoid consuming to much RAM
* `check-formatter-stability` gets a new option `--multi-project` so
it's possible to do `cargo run --bin ruff_dev --
check-formatter-stability --multi-project target/checkouts`
With these three changes it becomes easy to check the formatter
stability over a larger number of repositories. This is part of the
integration of integrating formatter regressions checks into the
ecosystem checks.

## Test Plan

```shell
python scripts/check_ecosystem.py --checkouts target/checkouts --projects github_search.jsonl -v $(which true) $(which true)
cargo run --bin ruff_dev -- check-formatter-stability --multi-project target/checkouts
```
2023-06-22 15:48:11 +00:00
..
benchmarks markdownlint: enforce 100 char max length (#4698) 2023-05-28 22:45:56 -04:00
Dockerfile.ecosystem Remove outdated feature flag from Dockerfile.ecosystem (#4620) 2023-05-24 08:19:08 +00:00
_utils.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
add_plugin.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
add_rule.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
check_docs_formatted.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
check_ecosystem.py More stability checker options (#5299) 2023-06-22 15:48:11 +00:00
ecosystem_all_check.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
ecosystem_all_check.sh Make ecosystem all check more generic (#4629) 2023-05-24 16:26:23 +02:00
ecosystem_all_check_entrypoint.sh Make ecosystem all check more generic (#4629) 2023-05-24 16:26:23 +02:00
generate_known_standard_library.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
generate_mkdocs.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
pyproject.toml Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
transform_readme.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
update_ambiguous_characters.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
update_schemastore.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00