mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| check.py | ||
| cli.py | ||
| defaults.py | ||
| format.py | ||
| main.py | ||
| markdown.py | ||
| projects.py | ||
| types.py | ||