From 2c616531332612cbddd9bb510049b44f78e471ad Mon Sep 17 00:00:00 2001 From: Brent Westbrook Date: Mon, 23 Feb 2026 08:42:35 -0500 Subject: [PATCH] Update isort action comments heading Summary -- Closes #23450 by renaming the `Action comments` heading to `isort action comments`. I agree with the issue author that this should make it easier to find. Test Plan -- --- docs/linter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linter.md b/docs/linter.md index 35ed415705bbc..077b830003c9e 100644 --- a/docs/linter.md +++ b/docs/linter.md @@ -460,7 +460,7 @@ relevant lines (with the appropriate rule codes), run Ruff with `--add-noqa`, li $ ruff check /path/to/file.py --add-noqa ``` -### Action comments +### isort action comments Ruff respects isort's [action comments](https://pycqa.github.io/isort/docs/configuration/action_comments.html) (`# isort: skip_file`, `# isort: on`, `# isort: off`, `# isort: skip`, and `# isort: split`), which