ruff/python/ruff-ecosystem/ruff_ecosystem
Zanie Blue 2c6b534e1f
Update ecosystem check headers to show unchanged project count (#9157)
Instead of displaying the total completed project count in the "changed"
section of a header, we now separately calculated the changed and
unchanged count to make the header message nice and clear.

e.g.

> ℹ️ ecosystem check **detected format changes**. (+1772 -1859 lines in
239 files in 26 projects; 6 project errors; 9 projects unchanged)

and

> ℹ️ ecosystem check **detected linter changes**. (+4598 -5023
violations, +0 -40 fixes in 13 projects; 4 project errors; 24 projects
unchanged)


Previously, it would have included the unchanged count in the first
project count.
2023-12-16 00:05:38 -06:00
..
__init__.py Rewrite ecosystem checks and add ruff format reports (#8223) 2023-10-27 17:28:01 -05:00
__main__.py Rewrite ecosystem checks and add ruff format reports (#8223) 2023-10-27 17:28:01 -05:00
check.py Update ecosystem check headers to show unchanged project count (#9157) 2023-12-16 00:05:38 -06:00
cli.py Add support for ruff-ecosystem format comparisons with black (#8419) 2023-11-02 01:29:25 +00:00
defaults.py Rewrite ecosystem checks and add ruff format reports (#8223) 2023-10-27 17:28:01 -05:00
format.py Update ecosystem check headers to show unchanged project count (#9157) 2023-12-16 00:05:38 -06:00
main.py Fix up some types in the ecosystem code (#8898) 2023-11-30 16:02:20 -06:00
markdown.py Fix up some types in the ecosystem code (#8898) 2023-11-30 16:02:20 -06:00
projects.py Fix up some types in the ecosystem code (#8898) 2023-11-30 16:02:20 -06:00
types.py Fix up some types in the ecosystem code (#8898) 2023-11-30 16:02:20 -06:00