mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
![]() ## Summary Extend the `task-tags` checking logic to ignore TODO tags (with or without parentheses). For example, ```python # TODO(tjkuson): Rewrite in Rust ``` is no longer flagged as commented-out code. Closes #7031. I also updated the documentation to inform users that the rule is prone to false positives like this! EDIT: Accidentally linked to the wrong issue when first opening this PR, now corrected. ## Test Plan `cargo test` |
||
---|---|---|
.. | ||
resources/test | ||
src | ||
Cargo.toml |