mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-15 02:10:22 +00:00
With https://github.com/django/django/pull/17181 merged, this removes an odd edge case (tuple expression statements aka bogus trailing commas after statements that turn them into a tuple without you noticing) that we don't want to care about because the input code is ~wrong from the similarity index. I've took this opportunity to update the revisions of all projects we test. main | project | similarity index | |--------------|------------------| | cpython | 0.75477 | | django | 0.99814 | | transformers | 0.99621 | | twine | 0.99876 | | typeshed | 0.99953 | | warehouse | 0.99601 | | zulip | 0.99727 | this PR | project | similarity index | |--------------|------------------| | cpython | 0.75996 | | django | 0.99819 | | transformers | 0.99622 | | twine | 0.99876 | | typeshed | 0.99953 | | warehouse | 0.99607 | | zulip | 0.99729 | |
||
|---|---|---|
| .. | ||
| benchmarks | ||
| _utils.py | ||
| add_plugin.py | ||
| add_rule.py | ||
| check_docs_formatted.py | ||
| check_ecosystem.py | ||
| Dockerfile.ecosystem | ||
| ecosystem_all_check.py | ||
| ecosystem_all_check.sh | ||
| ecosystem_all_check_entrypoint.sh | ||
| formatter_ecosystem_checks.sh | ||
| generate_known_standard_library.py | ||
| generate_mkdocs.py | ||
| pyproject.toml | ||
| transform_readme.py | ||
| update_ambiguous_characters.py | ||
| update_schemastore.py | ||