Skip to content

Commit

Permalink
Fix the ecosystem check
Browse files Browse the repository at this point in the history
We need to bump the number of files we expect to have formatting violations following #10093
  • Loading branch information
AlexWaygood committed Feb 28, 2024
1 parent 1791e7d commit 5d67507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/formatter_ecosystem_checks.sh
Expand Up @@ -81,7 +81,7 @@ git -C "$dir/cpython" checkout -q b75186f69edcf54615910a5cd707996144163ef7

time cargo run --bin ruff_dev -- format-dev --stability-check \
--error-file "$target/progress_projects_errors.txt" --log-file "$target/progress_projects_log.txt" --stats-file "$target/progress_projects_stats.txt" \
--files-with-errors 14 --multi-project "$dir" || (
--files-with-errors 15 --multi-project "$dir" || (
echo "Ecosystem check failed"
cat "$target/progress_projects_log.txt"
exit 1
Expand Down

0 comments on commit 5d67507

Please sign in to comment.