ruff/scripts
konsti 51ff98f9e9
Make formatter ecosystem check failure output better understandable (#6300)
**Summary** Prompted by
https://github.com/astral-sh/ruff/pull/6257#issuecomment-1661308410, it
tried to make the ecosystem script output on failure better
understandable. All log messages are now written to a file, which is
printed on error. Running locally progress is still shown.

Looking through the log output i saw that we currently log syntax errors
in input, which is confusing because they aren't actual errors, but we
don't check that these files don't change due to parser regressions or
improvements. I added `--files-with-errors` to catch that.

**Test Plan** CI
2023-08-03 20:23:25 +02:00
..
benchmarks
_utils.py
add_plugin.py
add_rule.py
check_docs_formatted.py Add rule to upgrade type alias annotations to keyword (UP040) (#6289) 2023-08-03 16:13:06 +00:00
check_ecosystem.py Update ecosystem checks for bokeh to 3.3 (#6249) 2023-08-01 11:56:58 -05:00
Dockerfile.ecosystem
ecosystem_all_check.py
ecosystem_all_check.sh
ecosystem_all_check_entrypoint.sh
formatter_ecosystem_checks.sh Make formatter ecosystem check failure output better understandable (#6300) 2023-08-03 20:23:25 +02:00
generate_known_standard_library.py
generate_mkdocs.py
pyproject.toml
transform_readme.py
update_ambiguous_characters.py
update_schemastore.py