mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05:00
## Summary Fix CI (broken in #7496). The code snippet was formatted as Black would format a stub file, but the CI script doesn't know that (it assumes all code snippets are non-stub files). Easier to ignore. Sorry for breaking CI! ## Test Plan `python scripts/check_docs_formatted.py`